#724B13

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

Shades of Raw Umber #724B13

Tints of Raw Umber #724B13

Color information

#724B13 (or 0x724B13) is unknown color: approx Raw Umber. HEX triplet: 72, 4B and 13. RGB value is (114,75,19). Sum of RGB (Red+Green+Blue) = 114+75+19=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #724B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724B13 is #8DB4EC. Grayscale: #505050. Windows color (decimal): -9286893 or 1264498. OLE color: 1264498.

HSL color Cylindrical-coordinate representation of color #724B13: hue angle of 35.37º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #724B13 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1147519-
CMYK00.340.830.55
HSL35.37º71.43%26.08%-
HSV(B)35.37º83.33%44.71%-
XYZ9.578.661.78-
YUV80.2893.42152.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 75 (29.69% from 255) = 36.06%
BLUE value IS 19 (7.81% from 255) = 9.13%
R=54.81%
G=36.06%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114751900.340.830.5535.3771.4326.08
Hex724B13022533723471a
Octal16211323042123674310732
Binary111001010010111001101000101010011110111100011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,75,19); }

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

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

 a { background-color: rgb(114,75,19); }

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

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

 span { border-color: rgb(114,75,19); }

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