#744204

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

Shades of Raw Umber #744204

Tints of Raw Umber #744204

Color information

#744204 (or 0x744204) is unknown color: approx Raw Umber. HEX triplet: 74, 42 and 04. RGB value is (116,66,4). Sum of RGB (Red+Green+Blue) = 116+66+4=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #744204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744204 is #8BBDFB. Grayscale: #4A4A4A. Windows color (decimal): -9158140 or 279156. OLE color: 279156.

HSL color Cylindrical-coordinate representation of color #744204: hue angle of 33.21º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #744204 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB116664-
CMYK00.430.970.55
HSL33.21º93.33%23.53%-
HSV(B)33.21º96.55%45.49%-
XYZ9.177.621.1-
YUV73.8888.56158.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.37%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 4 (1.95% from 255) = 2.15%
R=62.37%
G=35.48%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11666400.430.970.5533.2193.3323.53
Hex7442402B6137215d18
Octal1641024053141674113530
Binary1110100100001010001010111100001110111100001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744204; }

 p { color: rgb(116,66,4); }

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

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

 a { background-color: rgb(116,66,4); }

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

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

 span { border-color: rgb(116,66,4); }

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