#724002

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

Shades of Raw Umber #724002

Tints of Raw Umber #724002

Color information

#724002 (or 0x724002) is unknown color: approx Raw Umber. HEX triplet: 72, 40 and 02. RGB value is (114,64,2). Sum of RGB (Red+Green+Blue) = 114+64+2=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #724002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724002 is #8DBFFD. Grayscale: #484848. Windows color (decimal): -9289726 or 147570. OLE color: 147570.

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

Color convert

RGB114642-
CMYK00.440.980.55
HSL33.21º96.55%22.75%-
HSV(B)33.21º98.25%44.71%-
XYZ8.787.250.99-
YUV71.8888.56158.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 63.33%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 2 (1.17% from 255) = 1.11%
R=63.33%
G=35.56%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11464200.440.980.5533.2196.5522.75
Hex7240202C6237216117
Octal1621002054142674114127
Binary111001010000001001011001100010110111100001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724002; }

 p { color: rgb(114,64,2); }

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

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

 a { background-color: rgb(114,64,2); }

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

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

 span { border-color: rgb(114,64,2); }

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