#72530C

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

Shades of Raw Umber #72530C

Tints of Raw Umber #72530C

Color information

#72530C (or 0x72530C) is unknown color: approx Raw Umber. HEX triplet: 72, 53 and 0C. RGB value is (114,83,12). Sum of RGB (Red+Green+Blue) = 114+83+12=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72530C is #8DACF3. Grayscale: #545454. Windows color (decimal): -9284852 or 807794. OLE color: 807794.

HSL color Cylindrical-coordinate representation of color #72530C: hue angle of 41.76º degrees, saturation: 0.81, 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 #72530C is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1148312-
CMYK00.270.890.55
HSL41.76º80.95%24.71%-
HSV(B)41.76º89.47%44.71%-
XYZ10.19.791.71-
YUV84.1787.27149.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.55%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 12 (5.08% from 255) = 5.74%
R=54.55%
G=39.71%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114831200.270.890.5541.7680.9524.71
Hex7253C01B59372a5119
Octal16212314033131675212131
Binary1110010101001111000110111011001110111101010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72530C; }

 p { color: rgb(114,83,12); }

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

<style>
 a { background-color: #72530C; }

 a { background-color: rgb(114,83,12); }

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

<style>
 span { border-color: #72530C; }

 span { border-color: rgb(114,83,12); }

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