#744009

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

Shades of Raw Umber #744009

Tints of Raw Umber #744009

Color information

#744009 (or 0x744009) is unknown color: approx Raw Umber. HEX triplet: 74, 40 and 09. RGB value is (116,64,9). Sum of RGB (Red+Green+Blue) = 116+64+9=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #744009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744009 is #8BBFF6. Grayscale: #494949. Windows color (decimal): -9158647 or 606324. OLE color: 606324.

HSL color Cylindrical-coordinate representation of color #744009: hue angle of 30.84º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #744009 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB116649-
CMYK00.450.920.55
HSL30.84º85.6%24.51%-
HSV(B)30.84º92.24%45.49%-
XYZ9.097.41.21-
YUV73.2891.73158.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.38%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 9 (3.91% from 255) = 4.76%
R=61.38%
G=33.86%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11664900.450.920.5530.8485.624.51
Hex7440902D5C371f5619
Octal16410011055134673712631
Binary1110100100000010010101101101110011011111111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744009; }

 p { color: rgb(116,64,9); }

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

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

 a { background-color: rgb(116,64,9); }

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

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

 span { border-color: rgb(116,64,9); }

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