Html Css Color HEX #724A08 Raw Umber

📋 copy color: '#724A08'

red 114 ◦ green 74 ◦ blue 8

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

Shades of Raw Umber #724A08

Tints of Raw Umber #724A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.08%

R = 58.16%
G = 37.76%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#724A08 (or 0x724A08) is known color: Raw Umber. HEX triplet: 72, 4A and 08. RGB value is (114,74,8). Sum of RGB (Red+Green+Blue) = 114+74+8=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #724A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724A08 is #8DB5F7. Grayscale: #4E4E4E. Windows color (decimal): -9287160 or 543346. OLE color: 543346.

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

Color convert

RGB 114 74 8 -
CMYK 0 0.35 0.93 0.55
HSL 37.36º 0.87% 0.24% -
HSV(B) 37.36º 0.93% 0.45% -
XYZ 9.43 8.49 1.37 -
YUV 78.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 114 74 8 0 0.35 0.93 0.55 37.36 0.87 0.24
Hex 72 4A 8 0 23 5D 37 25 57 18
Octal 162 112 10 0 43 135 67 45 127 30
Binary 1110010 1001010 1000 0 100011 1011101 110111 100101 1010111 11000

Color Harmonies of #724A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A08

Black with #724A08

Text Example


Text Example

White with #724A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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