Html Css Color HEX #724A10 Raw Umber

📋 copy color: '#724A10'

red 114 ◦ green 74 ◦ blue 16

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

Shades of Raw Umber #724A10

Tints of Raw Umber #724A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.84%

R = 55.88%
G = 36.27%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#724A10 (or 0x724A10) is known color: Raw Umber. HEX triplet: 72, 4A and 10. RGB value is (114,74,16). Sum of RGB (Red+Green+Blue) = 114+74+16=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #724A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724A10 is #8DB5EF. Grayscale: #4F4F4F. Windows color (decimal): -9287152 or 1067634. OLE color: 1067634.

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

Color convert

RGB 114 74 16 -
CMYK 0 0.35 0.86 0.55
HSL 35.51º 0.75% 0.25% -
HSV(B) 35.51º 0.86% 0.45% -
XYZ 9.48 8.51 1.63 -
YUV 79.35 92.25 152.72 -
System Red Green Blue C M Y K H S L
Decimal 114 74 16 0 0.35 0.86 0.55 35.51 0.75 0.25
Hex 72 4A 10 0 23 56 37 24 4B 19
Octal 162 112 20 0 43 126 67 44 113 31
Binary 1110010 1001010 10000 0 100011 1010110 110111 100100 1001011 11001

Color Harmonies of #724A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A10

Black with #724A10

Text Example


Text Example

White with #724A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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