#72550E

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

Shades of Raw Umber #72550E

Tints of Raw Umber #72550E

Color information

#72550E (or 0x72550E) is unknown color: approx Raw Umber. HEX triplet: 72, 55 and 0E. RGB value is (114,85,14). Sum of RGB (Red+Green+Blue) = 114+85+14=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72550E is #8DAAF1. Grayscale: #555555. Windows color (decimal): -9284338 or 939378. OLE color: 939378.

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

Color convert

RGB1148514-
CMYK00.250.880.55
HSL42.6º78.12%25.1%-
HSV(B)42.6º87.72%44.71%-
XYZ10.2710.111.82-
YUV85.5887.61148.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 14 (5.86% from 255) = 6.57%
R=53.52%
G=39.91%
B=6.57%

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
Decimal114851400.250.880.5542.678.1225.1
Hex7255E01958372b4e19
Octal16212516031130675311631
Binary1110010101010111100110011011000110111101011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,85,14); }

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

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

 a { background-color: rgb(114,85,14); }

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

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

 span { border-color: rgb(114,85,14); }

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