Html Css Color HEX #724A04 Raw Umber

📋 copy color: '#724A04'

red 114 ◦ green 74 ◦ blue 4

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

Shades of Raw Umber #724A04

Tints of Raw Umber #724A04

RGB

 RED value IS 114 (44.92% from 255) = 59.38%

 GREEN value IS 74 (29.3% from 255) = 38.54%

 BLUE value IS 4 (1.95% from 255) = 2.08%

R = 59.38%
G = 38.54%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#724A04 (or 0x724A04) is known color: Raw Umber. HEX triplet: 72, 4A and 04. RGB value is (114,74,4). Sum of RGB (Red+Green+Blue) = 114+74+4=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #724A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724A04 is #8DB5FB. Grayscale: #4E4E4E. Windows color (decimal): -9287164 or 281202. OLE color: 281202.

HSL color Cylindrical-coordinate representation of color #724A04: hue angle of 38.18º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #724A04 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 74 4 -
CMYK 0 0.35 0.96 0.55
HSL 38.18º 0.93% 0.23% -
HSV(B) 38.18º 0.96% 0.45% -
XYZ 9.41 8.48 1.26 -
YUV 77.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 114 74 4 0 0.35 0.96 0.55 38.18 0.93 0.23
Hex 72 4A 4 0 23 60 37 26 5D 17
Octal 162 112 4 0 43 140 67 46 135 27
Binary 1110010 1001010 100 0 100011 1100000 110111 100110 1011101 10111

Color Harmonies of #724A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A04

Black with #724A04

Text Example


Text Example

White with #724A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,74,4); }

 H1.HeaderClassName
 {
   color: #724A04;
 }
 .AnyTagClassName
 {
   color: #724A04;
 }
</style>

background-color css

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

 a { background-color: rgb(114,74,4); }

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

border-color css

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

 span { border-color: rgb(114,74,4); }

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