#724512

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

Shades of Raw Umber #724512

Tints of Raw Umber #724512

Color information

#724512 (or 0x724512) is unknown color: approx Raw Umber. HEX triplet: 72, 45 and 12. RGB value is (114,69,18). Sum of RGB (Red+Green+Blue) = 114+69+18=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #724512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724512 is #8DBAED. Grayscale: #4C4C4C. Windows color (decimal): -9288430 or 1197426. OLE color: 1197426.

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

Color convert

RGB1146918-
CMYK00.390.840.55
HSL31.88º72.73%25.88%-
HSV(B)31.88º84.21%44.71%-
XYZ9.187.881.61-
YUV76.6494.91154.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 69 (27.34% from 255) = 34.33%
BLUE value IS 18 (7.42% from 255) = 8.96%
R=56.72%
G=34.33%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114691800.390.840.5531.8872.7325.88
Hex724512027543720491a
Octal16210522047124674011132
Binary111001010001011001001001111010100110111100000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724512; }

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

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

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

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

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

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

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

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