#72470B

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

Shades of Raw Umber #72470B

Tints of Raw Umber #72470B

Color information

#72470B (or 0x72470B) is unknown color: approx Raw Umber. HEX triplet: 72, 47 and 0B. RGB value is (114,71,11). Sum of RGB (Red+Green+Blue) = 114+71+11=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72470B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72470B is #8DB8F4. Grayscale: #4D4D4D. Windows color (decimal): -9287925 or 739186. OLE color: 739186.

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

Color convert

RGB1147111-
CMYK00.380.900.55
HSL34.95º82.4%24.51%-
HSV(B)34.95º90.35%44.71%-
XYZ9.258.111.39-
YUV77.0290.75154.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 11 (4.69% from 255) = 5.61%
R=58.16%
G=36.22%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114711100.380.900.5534.9582.424.51
Hex7247B0265A37235219
Octal16210713046132674312231
Binary11100101000111101101001101011010110111100011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72470B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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