#74480F

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

Shades of Raw Umber #74480F

Tints of Raw Umber #74480F

Color information

#74480F (or 0x74480F) is unknown color: approx Raw Umber. HEX triplet: 74, 48 and 0F. RGB value is (116,72,15). Sum of RGB (Red+Green+Blue) = 116+72+15=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #74480F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74480F is #8BB7F0. Grayscale: #4E4E4E. Windows color (decimal): -9156593 or 1001588. OLE color: 1001588.

HSL color Cylindrical-coordinate representation of color #74480F: hue angle of 33.86º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74480F is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1167215-
CMYK00.380.870.55
HSL33.86º77.1%25.69%-
HSV(B)33.86º87.07%45.49%-
XYZ9.618.381.56-
YUV78.6692.08154.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.14%
GREEN value IS 72 (28.52% from 255) = 35.47%
BLUE value IS 15 (6.25% from 255) = 7.39%
R=57.14%
G=35.47%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116721500.380.870.5533.8677.125.69
Hex7448F0265737224d1a
Octal16411017046127674211532
Binary11101001001000111101001101010111110111100010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74480F; }

 p { color: rgb(116,72,15); }

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

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

 a { background-color: rgb(116,72,15); }

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

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

 span { border-color: rgb(116,72,15); }

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