Html Css Color HEX #724A06 Raw Umber

📋 copy color: '#724A06'

red 114 ◦ green 74 ◦ blue 6

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

Shades of Raw Umber #724A06

Tints of Raw Umber #724A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.09%

R = 58.76%
G = 38.14%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#724A06 (or 0x724A06) is known color: Raw Umber. HEX triplet: 72, 4A and 06. RGB value is (114,74,6). Sum of RGB (Red+Green+Blue) = 114+74+6=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #724A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724A06 is #8DB5F9. Grayscale: #4E4E4E. Windows color (decimal): -9287162 or 412274. OLE color: 412274.

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

Color convert

RGB 114 74 6 -
CMYK 0 0.35 0.95 0.55
HSL 37.78º 0.9% 0.24% -
HSV(B) 37.78º 0.95% 0.45% -
XYZ 9.42 8.49 1.31 -
YUV 78.21 87.25 153.53 -
System Red Green Blue C M Y K H S L
Decimal 114 74 6 0 0.35 0.95 0.55 37.78 0.9 0.24
Hex 72 4A 6 0 23 5F 37 26 5A 18
Octal 162 112 6 0 43 137 67 46 132 30
Binary 1110010 1001010 110 0 100011 1011111 110111 100110 1011010 11000

Color Harmonies of #724A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A06

Black with #724A06

Text Example


Text Example

White with #724A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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