Html Css Color HEX #724914 Raw Umber

📋 copy color: '#724914'

red 114 ◦ green 73 ◦ blue 20

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

Shades of Raw Umber #724914

Tints of Raw Umber #724914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.27%

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

R = 55.07%
G = 35.27%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#724914 (or 0x724914) is known color: Raw Umber. HEX triplet: 72, 49 and 14. RGB value is (114,73,20). Sum of RGB (Red+Green+Blue) = 114+73+20=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #724914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724914 is #8DB6EB. Grayscale: #4F4F4F. Windows color (decimal): -9287404 or 1329522. OLE color: 1329522.

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

Color convert

RGB 114 73 20 -
CMYK 0 0.36 0.82 0.55
HSL 33.83º 0.7% 0.26% -
HSV(B) 33.83º 0.82% 0.45% -
XYZ 9.45 8.39 1.78 -
YUV 79.22 94.58 152.81 -
System Red Green Blue C M Y K H S L
Decimal 114 73 20 0 0.36 0.82 0.55 33.83 0.7 0.26
Hex 72 49 14 0 24 52 37 22 46 1A
Octal 162 111 24 0 44 122 67 42 106 32
Binary 1110010 1001001 10100 0 100100 1010010 110111 100010 1000110 11010

Color Harmonies of #724914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724914

Black with #724914

Text Example


Text Example

White with #724914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724914; }

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

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

background-color css

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

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

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

border-color css

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

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

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