#724400

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

Shades of Raw Umber #724400

Tints of Raw Umber #724400

Color information

#724400 (or 0x724400) is unknown color: approx Raw Umber. HEX triplet: 72, 44 and 00. RGB value is (114,68,0). Sum of RGB (Red+Green+Blue) = 114+68+0=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #724400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724400 is #8DBBFF. Grayscale: #4A4A4A. Windows color (decimal): -9288704 or 17522. OLE color: 17522.

HSL color Cylindrical-coordinate representation of color #724400: hue angle of 35.79º 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 #724400 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB114680-
CMYK00.4010.55
HSL35.79º100%22.35%-
HSV(B)35.79º100%44.71%-
XYZ9.017.711.01-
YUV7486.24156.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.64%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.64%
G=37.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11468000.4010.5535.7910022.35
Hex724400286437246416
Octal1621040050144674414426
Binary11100101000100001010001100100110111100100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724400; }

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

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

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

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

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

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

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

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