#724200

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

Shades of Raw Umber #724200

Tints of Raw Umber #724200

Color information

#724200 (or 0x724200) is unknown color: approx Raw Umber. HEX triplet: 72, 42 and 00. RGB value is (114,66,0). Sum of RGB (Red+Green+Blue) = 114+66+0=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #724200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724200 is #8DBDFF. Grayscale: #494949. Windows color (decimal): -9289216 or 17010. OLE color: 17010.

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

Color convert

RGB114660-
CMYK00.4210.55
HSL34.74º100%22.35%-
HSV(B)34.74º100%44.71%-
XYZ8.897.470.97-
YUV72.8386.9157.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 63.33%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.33%
G=36.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11466000.4210.5534.7410022.35
Hex7242002A6437236416
Octal1621020052144674314426
Binary11100101000010001010101100100110111100011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724200; }

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

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

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

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

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

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

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

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