#72430B

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

Shades of Raw Umber #72430B

Tints of Raw Umber #72430B

Color information

#72430B (or 0x72430B) is unknown color: approx Raw Umber. HEX triplet: 72, 43 and 0B. RGB value is (114,67,11). Sum of RGB (Red+Green+Blue) = 114+67+11=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #72430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72430B is #8DBCF4. Grayscale: #4A4A4A. Windows color (decimal): -9288949 or 738162. OLE color: 738162.

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

Color convert

RGB1146711-
CMYK00.410.900.55
HSL32.62º82.4%24.51%-
HSV(B)32.62º90.35%44.71%-
XYZ9.017.621.31-
YUV74.6792.07156.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.38%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 11 (4.69% from 255) = 5.73%
R=59.38%
G=34.90%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114671100.410.900.5532.6282.424.51
Hex7243B0295A37215219
Octal16210313051132674112231
Binary11100101000011101101010011011010110111100001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72430B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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