#74420A

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

Shades of Raw Umber #74420A

Tints of Raw Umber #74420A

Color information

#74420A (or 0x74420A) is unknown color: approx Raw Umber. HEX triplet: 74, 42 and 0A. RGB value is (116,66,10). Sum of RGB (Red+Green+Blue) = 116+66+10=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #74420A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74420A is #8BBDF5. Grayscale: #4A4A4A. Windows color (decimal): -9158134 or 672372. OLE color: 672372.

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

Color convert

RGB1166610-
CMYK00.430.910.55
HSL31.7º84.13%24.71%-
HSV(B)31.7º91.38%45.49%-
XYZ9.217.631.27-
YUV74.5791.56157.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 60.42%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 10 (4.30% from 255) = 5.21%
R=60.42%
G=34.38%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116661000.430.910.5531.784.1324.71
Hex7442A02B5B37205419
Octal16410212053133674012431
Binary11101001000010101001010111011011110111100000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74420A; }

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

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

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

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

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

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

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

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