#724D0A

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

Shades of Raw Umber #724D0A

Tints of Raw Umber #724D0A

Color information

#724D0A (or 0x724D0A) is unknown color: approx Raw Umber. HEX triplet: 72, 4D and 0A. RGB value is (114,77,10). Sum of RGB (Red+Green+Blue) = 114+77+10=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #724D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #724D0A is #8DB2F5. Grayscale: #505050. Windows color (decimal): -9286390 or 675186. OLE color: 675186.

HSL color Cylindrical-coordinate representation of color #724D0A: hue angle of 38.65º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #724D0A is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1147710-
CMYK00.320.910.55
HSL38.65º83.87%24.31%-
HSV(B)38.65º91.23%44.71%-
XYZ9.658.911.5-
YUV80.4288.26151.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 77 (30.47% from 255) = 38.31%
BLUE value IS 10 (4.30% from 255) = 4.98%
R=56.72%
G=38.31%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114771000.320.910.5538.6583.8724.31
Hex724DA0205B37275418
Octal16211512040133674712430
Binary11100101001101101001000001011011110111100111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724D0A; }

 p { color: rgb(114,77,10); }

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

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

 a { background-color: rgb(114,77,10); }

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

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

 span { border-color: rgb(114,77,10); }

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