#73560B

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

Shades of Raw Umber #73560B

Tints of Raw Umber #73560B

Color information

#73560B (or 0x73560B) is unknown color: approx Raw Umber. HEX triplet: 73, 56 and 0B. RGB value is (115,86,11). Sum of RGB (Red+Green+Blue) = 115+86+11=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73560B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73560B is #8CA9F4. Grayscale: #565656. Windows color (decimal): -9218549 or 743027. OLE color: 743027.

HSL color Cylindrical-coordinate representation of color #73560B: hue angle of 43.27º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73560B is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1158611-
CMYK00.250.900.55
HSL43.27º82.54%24.71%-
HSV(B)43.27º90.43%45.1%-
XYZ10.4610.321.76-
YUV86.1285.61148.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.25%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 11 (4.69% from 255) = 5.19%
R=54.25%
G=40.57%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115861100.250.900.5543.2782.5424.71
Hex7356B0195A372b5319
Octal16312613031132675312331
Binary1110011101011010110110011011010110111101011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73560B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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