#724501

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

Shades of Raw Umber #724501

Tints of Raw Umber #724501

Color information

#724501 (or 0x724501) is unknown color: approx Raw Umber. HEX triplet: 72, 45 and 01. RGB value is (114,69,1). Sum of RGB (Red+Green+Blue) = 114+69+1=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #724501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724501 is #8DBAFE. Grayscale: #4B4B4B. Windows color (decimal): -9288447 or 83314. OLE color: 83314.

HSL color Cylindrical-coordinate representation of color #724501: hue angle of 36.11º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #724501 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB114691-
CMYK00.390.990.55
HSL36.11º98.26%22.55%-
HSV(B)36.11º99.12%44.71%-
XYZ9.077.841.06-
YUV74.786.41156.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.96%
GREEN value IS 69 (27.34% from 255) = 37.5%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=61.96%
G=37.5%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11469100.390.990.5536.1198.2622.55
Hex724510276337246217
Octal1621051047143674414227
Binary11100101000101101001111100011110111100100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724501; }

 p { color: rgb(114,69,1); }

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

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

 a { background-color: rgb(114,69,1); }

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

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

 span { border-color: rgb(114,69,1); }

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