#724C02

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

Shades of Raw Umber #724C02

Tints of Raw Umber #724C02

Color information

#724C02 (or 0x724C02) is unknown color: approx Raw Umber. HEX triplet: 72, 4C and 02. RGB value is (114,76,2). Sum of RGB (Red+Green+Blue) = 114+76+2=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #724C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724C02 is #8DB3FD. Grayscale: #4F4F4F. Windows color (decimal): -9286654 or 150642. OLE color: 150642.

HSL color Cylindrical-coordinate representation of color #724C02: hue angle of 39.64º 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 #724C02 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB114762-
CMYK00.330.980.55
HSL39.64º96.55%22.75%-
HSV(B)39.64º98.25%44.71%-
XYZ9.538.751.24-
YUV78.9384.59153.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.38%
GREEN value IS 76 (30.08% from 255) = 39.58%
BLUE value IS 2 (1.17% from 255) = 1.04%
R=59.38%
G=39.58%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11476200.330.980.5539.6496.5522.75
Hex724C20216237286117
Octal1621142041142675014127
Binary111001010011001001000011100010110111101000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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