#74490F

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

Shades of Raw Umber #74490F

Tints of Raw Umber #74490F

Color information

#74490F (or 0x74490F) is unknown color: approx Raw Umber. HEX triplet: 74, 49 and 0F. RGB value is (116,73,15). Sum of RGB (Red+Green+Blue) = 116+73+15=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #74490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74490F is #8BB6F0. Grayscale: #4F4F4F. Windows color (decimal): -9156337 or 1001844. OLE color: 1001844.

HSL color Cylindrical-coordinate representation of color #74490F: hue angle of 34.46º 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 #74490F is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1167315-
CMYK00.370.870.55
HSL34.46º77.1%25.69%-
HSV(B)34.46º87.07%45.49%-
XYZ9.678.511.59-
YUV79.2491.75154.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.86%
GREEN value IS 73 (28.91% from 255) = 35.78%
BLUE value IS 15 (6.25% from 255) = 7.35%
R=56.86%
G=35.78%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116731500.370.870.5534.4677.125.69
Hex7449F0255737224d1a
Octal16411117045127674211532
Binary11101001001001111101001011010111110111100010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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