#72560D

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

Shades of Raw Umber #72560D

Tints of Raw Umber #72560D

Color information

#72560D (or 0x72560D) is unknown color: approx Raw Umber. HEX triplet: 72, 56 and 0D. RGB value is (114,86,13). Sum of RGB (Red+Green+Blue) = 114+86+13=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72560D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72560D is #8DA9F2. Grayscale: #565656. Windows color (decimal): -9284083 or 874098. OLE color: 874098.

HSL color Cylindrical-coordinate representation of color #72560D: hue angle of 43.37º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72560D is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1148613-
CMYK00.250.890.55
HSL43.37º79.53%24.9%-
HSV(B)43.37º88.6%44.71%-
XYZ10.3410.261.82-
YUV86.0586.78147.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 86 (33.98% from 255) = 40.38%
BLUE value IS 13 (5.47% from 255) = 6.10%
R=53.52%
G=40.38%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114861300.250.890.5543.3779.5324.9
Hex7256D01959372b5019
Octal16212615031131675312031
Binary1110010101011011010110011011001110111101011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72560D; }

 p { color: rgb(114,86,13); }

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

<style>
 a { background-color: #72560D; }

 a { background-color: rgb(114,86,13); }

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

<style>
 span { border-color: #72560D; }

 span { border-color: rgb(114,86,13); }

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