#73560E

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

Shades of Raw Umber #73560E

Tints of Raw Umber #73560E

Color information

#73560E (or 0x73560E) is unknown color: approx Raw Umber. HEX triplet: 73, 56 and 0E. RGB value is (115,86,14). Sum of RGB (Red+Green+Blue) = 115+86+14=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #73560E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73560E is #8CA9F1. Grayscale: #565656. Windows color (decimal): -9218546 or 939635. OLE color: 939635.

HSL color Cylindrical-coordinate representation of color #73560E: hue angle of 42.77º 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 #73560E is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1158614-
CMYK00.250.880.55
HSL42.77º78.29%25.29%-
HSV(B)42.77º87.83%45.1%-
XYZ10.4810.331.86-
YUV86.4687.11148.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.49%
GREEN value IS 86 (33.98% from 255) = 40%
BLUE value IS 14 (5.86% from 255) = 6.51%
R=53.49%
G=40%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115861400.250.880.5542.7778.2925.29
Hex7356E01958372b4e19
Octal16312616031130675311631
Binary1110011101011011100110011011000110111101011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,86,14); }

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

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

 a { background-color: rgb(115,86,14); }

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

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

 span { border-color: rgb(115,86,14); }

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