#72510B

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

Shades of Raw Umber #72510B

Tints of Raw Umber #72510B

Color information

#72510B (or 0x72510B) is unknown color: approx Raw Umber. HEX triplet: 72, 51 and 0B. RGB value is (114,81,11). Sum of RGB (Red+Green+Blue) = 114+81+11=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #72510B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72510B is #8DAEF4. Grayscale: #535353. Windows color (decimal): -9285365 or 741746. OLE color: 741746.

HSL color Cylindrical-coordinate representation of color #72510B: hue angle of 40.78º degrees, saturation: 0.82, 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 #72510B is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1148111-
CMYK00.290.900.55
HSL40.78º82.4%24.51%-
HSV(B)40.78º90.35%44.71%-
XYZ9.949.491.62-
YUV82.8987.43150.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.34%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 11 (4.69% from 255) = 5.34%
R=55.34%
G=39.32%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114811100.290.900.5540.7882.424.51
Hex7251B01D5A37295219
Octal16212113035132675112231
Binary1110010101000110110111011011010110111101001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72510B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,81,11); }

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

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

 a { background-color: rgb(114,81,11); }

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

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

 span { border-color: rgb(114,81,11); }

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