Html Css Color HEX #724D14 Raw Umber

📋 copy color: '#724D14'

red 114 ◦ green 77 ◦ blue 20

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

Shades of Raw Umber #724D14

Tints of Raw Umber #724D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.49%

 BLUE value IS 20 (8.2% from 255) = 9.48%

R = 54.03%
G = 36.49%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#724D14 (or 0x724D14) is known color: Raw Umber. HEX triplet: 72, 4D and 14. RGB value is (114,77,20). Sum of RGB (Red+Green+Blue) = 114+77+20=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #724D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #724D14 is #8DB2EB. Grayscale: #515151. Windows color (decimal): -9286380 or 1330546. OLE color: 1330546.

HSL color Cylindrical-coordinate representation of color #724D14: hue angle of 36.38º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #724D14 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 77 20 -
CMYK 0 0.32 0.82 0.55
HSL 36.38º 0.7% 0.26% -
HSV(B) 36.38º 0.82% 0.45% -
XYZ 9.72 8.94 1.87 -
YUV 81.57 93.26 151.13 -
System Red Green Blue C M Y K H S L
Decimal 114 77 20 0 0.32 0.82 0.55 36.38 0.7 0.26
Hex 72 4D 14 0 20 52 37 24 46 1A
Octal 162 115 24 0 40 122 67 44 106 32
Binary 1110010 1001101 10100 0 100000 1010010 110111 100100 1000110 11010

Color Harmonies of #724D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724D14

Black with #724D14

Text Example


Text Example

White with #724D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,77,20); }

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

background-color css

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

 a { background-color: rgb(114,77,20); }

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

border-color css

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

 span { border-color: rgb(114,77,20); }

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