#724112

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

Shades of Raw Umber #724112

Tints of Raw Umber #724112

Color information

#724112 (or 0x724112) is unknown color: approx Raw Umber. HEX triplet: 72, 41 and 12. RGB value is (114,65,18). Sum of RGB (Red+Green+Blue) = 114+65+18=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #724112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724112 is #8DBEED. Grayscale: #4A4A4A. Windows color (decimal): -9289454 or 1196402. OLE color: 1196402.

HSL color Cylindrical-coordinate representation of color #724112: hue angle of 29.38º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #724112 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1146518-
CMYK00.430.840.55
HSL29.38º72.73%25.88%-
HSV(B)29.38º84.21%44.71%-
XYZ8.947.41.53-
YUV74.2996.23156.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.87%
GREEN value IS 65 (25.78% from 255) = 32.99%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=57.87%
G=32.99%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114651800.430.840.5529.3872.7325.88
Hex72411202B54371d491a
Octal16210122053124673511132
Binary11100101000001100100101011101010011011111101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724112; }

 p { color: rgb(114,65,18); }

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

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

 a { background-color: rgb(114,65,18); }

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

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

 span { border-color: rgb(114,65,18); }

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