#724210

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

Shades of Raw Umber #724210

Tints of Raw Umber #724210

Color information

#724210 (or 0x724210) is unknown color: approx Raw Umber. HEX triplet: 72, 42 and 10. RGB value is (114,66,16). Sum of RGB (Red+Green+Blue) = 114+66+16=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #724210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724210 is #8DBDEF. Grayscale: #4A4A4A. Windows color (decimal): -9289200 or 1065586. OLE color: 1065586.

HSL color Cylindrical-coordinate representation of color #724210: hue angle of 30.61º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #724210 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1146616-
CMYK00.420.860.55
HSL30.61º75.38%25.49%-
HSV(B)30.61º85.96%44.71%-
XYZ8.987.511.47-
YUV74.6594.9156.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 16 (6.64% from 255) = 8.16%
R=58.16%
G=33.67%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114661600.420.860.5530.6175.3825.49
Hex72421002A56371f4b19
Octal16210220052126673711331
Binary11100101000010100000101010101011011011111111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724210; }

 p { color: rgb(114,66,16); }

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

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

 a { background-color: rgb(114,66,16); }

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

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

 span { border-color: rgb(114,66,16); }

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