#724914

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

Shades of Raw Umber #724914

Tints of Raw Umber #724914

Color information

#724914 (or 0x724914) is unknown color: approx Raw Umber. HEX triplet: 72, 49 and 14. RGB value is (114,73,20). Sum of RGB (Red+Green+Blue) = 114+73+20=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #724914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724914 is #8DB6EB. Grayscale: #4F4F4F. Windows color (decimal): -9287404 or 1329522. OLE color: 1329522.

HSL color Cylindrical-coordinate representation of color #724914: hue angle of 33.83º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #724914 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1147320-
CMYK00.360.820.55
HSL33.83º70.15%26.27%-
HSV(B)33.83º82.46%44.71%-
XYZ9.458.391.78-
YUV79.2294.58152.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.07%
GREEN value IS 73 (28.91% from 255) = 35.27%
BLUE value IS 20 (8.20% from 255) = 9.66%
R=55.07%
G=35.27%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114732000.360.820.5533.8370.1526.27
Hex724914024523722461a
Octal16211124044122674210632
Binary111001010010011010001001001010010110111100010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724914; }

 p { color: rgb(114,73,20); }

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

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

 a { background-color: rgb(114,73,20); }

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

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

 span { border-color: rgb(114,73,20); }

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