#74560B

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

Shades of Raw Umber #74560B

Tints of Raw Umber #74560B

Color information

#74560B (or 0x74560B) is unknown color: approx Raw Umber. HEX triplet: 74, 56 and 0B. RGB value is (116,86,11). Sum of RGB (Red+Green+Blue) = 116+86+11=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74560B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74560B is #8BA9F4. Grayscale: #565656. Windows color (decimal): -9153013 or 743028. OLE color: 743028.

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

Color convert

RGB1168611-
CMYK00.260.910.55
HSL42.86º82.68%24.9%-
HSV(B)42.86º90.52%45.49%-
XYZ10.5910.391.76-
YUV86.4285.44149.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.46%
GREEN value IS 86 (33.98% from 255) = 40.38%
BLUE value IS 11 (4.69% from 255) = 5.16%
R=54.46%
G=40.38%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116861100.260.910.5542.8682.6824.9
Hex7456B01A5B372b5319
Octal16412613032133675312331
Binary1110100101011010110110101011011110111101011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74560B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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