#724C00

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

Shades of Raw Umber #724C00

Tints of Raw Umber #724C00

Color information

#724C00 (or 0x724C00) is unknown color: approx Raw Umber. HEX triplet: 72, 4C and 00. RGB value is (114,76,0). Sum of RGB (Red+Green+Blue) = 114+76+0=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #724C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724C00 is #8DB3FF. Grayscale: #4F4F4F. Windows color (decimal): -9286656 or 19570. OLE color: 19570.

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

Color convert

RGB114760-
CMYK00.3310.55
HSL40º100%22.35%-
HSV(B)40º100%44.71%-
XYZ9.528.751.19-
YUV78.783.59153.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 76 (30.08% from 255) = 40%
BLUE value IS 0 (0.39% from 255) = 0%
R=60%
G=40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11476000.3310.554010022.35
Hex724C00216437286416
Octal1621140041144675014426
Binary11100101001100001000011100100110111101000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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