Html Css Color HEX #724614 Raw Umber

📋 copy color: '#724614'

red 114 ◦ green 70 ◦ blue 20

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

Shades of Raw Umber #724614

Tints of Raw Umber #724614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.31%

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

R = 55.88%
G = 34.31%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#724614 (or 0x724614) is known color: Raw Umber. HEX triplet: 72, 46 and 14. RGB value is (114,70,20). Sum of RGB (Red+Green+Blue) = 114+70+20=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #724614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724614 is #8DB9EB. Grayscale: #4D4D4D. Windows color (decimal): -9288172 or 1328754. OLE color: 1328754.

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

Color convert

RGB 114 70 20 -
CMYK 0 0.39 0.82 0.55
HSL 31.91º 0.7% 0.26% -
HSV(B) 31.91º 0.82% 0.45% -
XYZ 9.26 8.01 1.72 -
YUV 77.46 95.58 154.07 -
System Red Green Blue C M Y K H S L
Decimal 114 70 20 0 0.39 0.82 0.55 31.91 0.7 0.26
Hex 72 46 14 0 27 52 37 20 46 1A
Octal 162 106 24 0 47 122 67 40 106 32
Binary 1110010 1000110 10100 0 100111 1010010 110111 100000 1000110 11010

Color Harmonies of #724614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724614

Black with #724614

Text Example


Text Example

White with #724614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724614; }

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

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

background-color css

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

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

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

border-color css

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

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

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