#74400B

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

Shades of Raw Umber #74400B

Tints of Raw Umber #74400B

Color information

#74400B (or 0x74400B) is unknown color: approx Raw Umber. HEX triplet: 74, 40 and 0B. RGB value is (116,64,11). Sum of RGB (Red+Green+Blue) = 116+64+11=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #74400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74400B is #8BBFF4. Grayscale: #494949. Windows color (decimal): -9158645 or 737396. OLE color: 737396.

HSL color Cylindrical-coordinate representation of color #74400B: hue angle of 30.29º degrees, saturation: 0.83, 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 #74400B is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1166411-
CMYK00.450.910.55
HSL30.29º82.68%24.9%-
HSV(B)30.29º90.52%45.49%-
XYZ9.17.41.27-
YUV73.5192.73158.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 60.73%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 11 (4.69% from 255) = 5.76%
R=60.73%
G=33.51%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116641100.450.910.5530.2982.6824.9
Hex7440B02D5B371e5319
Octal16410013055133673612331
Binary1110100100000010110101101101101111011111110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74400B; }

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

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

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

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

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

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

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

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