#744513

Color #744513 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #744513

Tints of Raw Umber #744513

Color information

#744513 (or 0x744513) is unknown color: approx Raw Umber. HEX triplet: 74, 45 and 13. RGB value is (116,69,19). Sum of RGB (Red+Green+Blue) = 116+69+19=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #744513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744513 is #8BBAEC. Grayscale: #4D4D4D. Windows color (decimal): -9157357 or 1262964. OLE color: 1262964.

HSL color Cylindrical-coordinate representation of color #744513: hue angle of 30.93º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #744513 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1166919-
CMYK00.410.840.55
HSL30.93º71.85%26.47%-
HSV(B)30.93º83.62%45.49%-
XYZ9.458.021.67-
YUV77.3595.07155.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 56.86%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 19 (7.81% from 255) = 9.31%
R=56.86%
G=33.82%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116691900.410.840.5530.9371.8526.47
Hex74451302954371f481a
Octal16410523051124673711032
Binary11101001000101100110101001101010011011111111100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744513; }

 p { color: rgb(116,69,19); }

 H1.HeaderClassName
 {
   color: #744513;
 }
 .AnyTagClassName
 {
   color: #744513;
 }
</style>
background-color css

<style>
 a { background-color: #744513; }

 a { background-color: rgb(116,69,19); }

 div.DivClassName
 {
   background-color: #744513;
 }
 .BgClassName
 {
   background-color: #744513;
 }
</style>
border-color css

<style>
 span { border-color: #744513; }

 span { border-color: rgb(116,69,19); }

 td.TdClassName
 {
   border-color: #744513;
 }
 .TagClassName
 {
   border-color: #744513;
 }
</style>