#724201

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

Shades of Raw Umber #724201

Tints of Raw Umber #724201

Color information

#724201 (or 0x724201) is unknown color: approx Raw Umber. HEX triplet: 72, 42 and 01. RGB value is (114,66,1). Sum of RGB (Red+Green+Blue) = 114+66+1=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #724201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724201 is #8DBDFE. Grayscale: #494949. Windows color (decimal): -9289215 or 82546. OLE color: 82546.

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

Color convert

RGB114661-
CMYK00.420.990.55
HSL34.51º98.26%22.55%-
HSV(B)34.51º99.12%44.71%-
XYZ8.897.481-
YUV72.9487.4157.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.98%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=62.98%
G=36.46%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11466100.420.990.5534.5198.2622.55
Hex7242102A6337236217
Octal1621021052143674314227
Binary11100101000010101010101100011110111100011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724201; }

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

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

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

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

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

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

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

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