Html Css Color HEX #724C00 Raw Umber

📋 copy color: '#724C00'

red 114 ◦ green 76 ◦ blue 0

#724C00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #724C00

Tints of Raw Umber #724C00

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 value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#724C00 (or 0x724C00) is known color: 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

RGB 114 76 0 -
CMYK 0 0.33 1 0.55
HSL 40º 1% 0.22% -
HSV(B) 40º 1% 0.45% -
XYZ 9.52 8.75 1.19 -
YUV 78.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 114 76 0 0 0.33 1 0.55 40 1 0.22
Hex 72 4C 0 0 21 64 37 28 64 16
Octal 162 114 0 0 41 144 67 50 144 26
Binary 1110010 1001100 0 0 100001 1100100 110111 101000 1100100 10110

Color Harmonies of #724C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724C00

Black with #724C00

Text Example


Text Example

White with #724C00

Text Example


Text Example

HTML Codes & Css Web 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>