#72460B

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

Shades of Raw Umber #72460B

Tints of Raw Umber #72460B

Color information

#72460B (or 0x72460B) is unknown color: approx Raw Umber. HEX triplet: 72, 46 and 0B. RGB value is (114,70,11). Sum of RGB (Red+Green+Blue) = 114+70+11=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #72460B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72460B is #8DB9F4. Grayscale: #4C4C4C. Windows color (decimal): -9288181 or 738930. OLE color: 738930.

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

Color convert

RGB1147011-
CMYK00.390.900.55
HSL34.37º82.4%24.51%-
HSV(B)34.37º90.35%44.71%-
XYZ9.197.981.37-
YUV76.4391.08154.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.46%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 11 (4.69% from 255) = 5.64%
R=58.46%
G=35.90%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114701100.390.900.5534.3782.424.51
Hex7246B0275A37225219
Octal16210613047132674212231
Binary11100101000110101101001111011010110111100010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72460B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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