Html Css Color HEX #724E14 Raw Umber

📋 copy color: '#724E14'

red 114 ◦ green 78 ◦ blue 20

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

Shades of Raw Umber #724E14

Tints of Raw Umber #724E14

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.79%

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

R = 53.77%
G = 36.79%
B = 9.43%

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

#724E14 (or 0x724E14) is known color: Raw Umber. HEX triplet: 72, 4E and 14. RGB value is (114,78,20). Sum of RGB (Red+Green+Blue) = 114+78+20=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #724E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #724E14 is #8DB1EB. Grayscale: #525252. Windows color (decimal): -9286124 or 1330802. OLE color: 1330802.

HSL color Cylindrical-coordinate representation of color #724E14: hue angle of 37.02º 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 #724E14 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 78 20 -
CMYK 0 0.32 0.82 0.55
HSL 37.02º 0.7% 0.26% -
HSV(B) 37.02º 0.82% 0.45% -
XYZ 9.79 9.08 1.9 -
YUV 82.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 114 78 20 0 0.32 0.82 0.55 37.02 0.7 0.26
Hex 72 4E 14 0 20 52 37 25 46 1A
Octal 162 116 24 0 40 122 67 45 106 32
Binary 1110010 1001110 10100 0 100000 1010010 110111 100101 1000110 11010

Color Harmonies of #724E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724E14

Black with #724E14

Text Example


Text Example

White with #724E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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