Html Css Color HEX #724C14 Raw Umber

📋 copy color: '#724C14'

red 114 ◦ green 76 ◦ blue 20

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

Shades of Raw Umber #724C14

Tints of Raw Umber #724C14

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.19%

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

R = 54.29%
G = 36.19%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#724C14 (or 0x724C14) is known color: Raw Umber. HEX triplet: 72, 4C and 14. RGB value is (114,76,20). Sum of RGB (Red+Green+Blue) = 114+76+20=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #724C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724C14 is #8DB3EB. Grayscale: #515151. Windows color (decimal): -9286636 or 1330290. OLE color: 1330290.

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

Color convert

RGB 114 76 20 -
CMYK 0 0.33 0.82 0.55
HSL 35.74º 0.7% 0.26% -
HSV(B) 35.74º 0.82% 0.45% -
XYZ 9.65 8.8 1.85 -
YUV 80.98 93.59 151.55 -
System Red Green Blue C M Y K H S L
Decimal 114 76 20 0 0.33 0.82 0.55 35.74 0.7 0.26
Hex 72 4C 14 0 21 52 37 24 46 1A
Octal 162 114 24 0 41 122 67 44 106 32
Binary 1110010 1001100 10100 0 100001 1010010 110111 100100 1000110 11010

Color Harmonies of #724C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724C14

Black with #724C14

Text Example


Text Example

White with #724C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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