Html Css Color HEX #724814 Raw Umber

📋 copy color: '#724814'

red 114 ◦ green 72 ◦ blue 20

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

Shades of Raw Umber #724814

Tints of Raw Umber #724814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.95%

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

R = 55.34%
G = 34.95%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#724814 (or 0x724814) is known color: Raw Umber. HEX triplet: 72, 48 and 14. RGB value is (114,72,20). Sum of RGB (Red+Green+Blue) = 114+72+20=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #724814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724814 is #8DB7EB. Grayscale: #4E4E4E. Windows color (decimal): -9287660 or 1329266. OLE color: 1329266.

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

Color convert

RGB 114 72 20 -
CMYK 0 0.37 0.82 0.55
HSL 33.19º 0.7% 0.26% -
HSV(B) 33.19º 0.82% 0.45% -
XYZ 9.38 8.26 1.76 -
YUV 78.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 114 72 20 0 0.37 0.82 0.55 33.19 0.7 0.26
Hex 72 48 14 0 25 52 37 21 46 1A
Octal 162 110 24 0 45 122 67 41 106 32
Binary 1110010 1001000 10100 0 100101 1010010 110111 100001 1000110 11010

Color Harmonies of #724814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724814

Black with #724814

Text Example


Text Example

White with #724814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724814; }

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

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

background-color css

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

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

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

border-color css

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

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

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