#74510E

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

Shades of Raw Umber #74510E

Tints of Raw Umber #74510E

Color information

#74510E (or 0x74510E) is unknown color: approx Raw Umber. HEX triplet: 74, 51 and 0E. RGB value is (116,81,14). Sum of RGB (Red+Green+Blue) = 116+81+14=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74510E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74510E is #8BAEF1. Grayscale: #545454. Windows color (decimal): -9154290 or 938356. OLE color: 938356.

HSL color Cylindrical-coordinate representation of color #74510E: hue angle of 39.41º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74510E is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1168114-
CMYK00.300.880.55
HSL39.41º78.46%25.49%-
HSV(B)39.41º87.93%45.49%-
XYZ10.229.631.74-
YUV83.8388.6150.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.98%
GREEN value IS 81 (32.03% from 255) = 38.39%
BLUE value IS 14 (5.86% from 255) = 6.64%
R=54.98%
G=38.39%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116811400.300.880.5539.4178.4625.49
Hex7451E01E5837274e19
Octal16412116036130674711631
Binary1110100101000111100111101011000110111100111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74510E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74510E; }

 p { color: rgb(116,81,14); }

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

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

 a { background-color: rgb(116,81,14); }

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

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

 span { border-color: rgb(116,81,14); }

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