Html Css Color HEX #725116 Raw Umber

📋 copy color: '#725116'

red 114 ◦ green 81 ◦ blue 22

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

Shades of Raw Umber #725116

Tints of Raw Umber #725116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.33%

 BLUE value IS 22 (8.98% from 255) = 10.14%

R = 52.53%
G = 37.33%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#725116 (or 0x725116) is known color: Raw Umber. HEX triplet: 72, 51 and 16. RGB value is (114,81,22). Sum of RGB (Red+Green+Blue) = 114+81+22=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #725116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725116 is #8DAEE9. Grayscale: #545454. Windows color (decimal): -9285354 or 1462642. OLE color: 1462642.

HSL color Cylindrical-coordinate representation of color #725116: hue angle of 38.48º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #725116 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 81 22 -
CMYK 0 0.29 0.81 0.55
HSL 38.48º 0.68% 0.27% -
HSV(B) 38.48º 0.81% 0.45% -
XYZ 10.03 9.52 2.07 -
YUV 84.14 92.93 149.3 -
System Red Green Blue C M Y K H S L
Decimal 114 81 22 0 0.29 0.81 0.55 38.48 0.68 0.27
Hex 72 51 16 0 1D 51 37 26 44 1B
Octal 162 121 26 0 35 121 67 46 104 33
Binary 1110010 1010001 10110 0 11101 1010001 110111 100110 1000100 11011

Color Harmonies of #725116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725116

Black with #725116

Text Example


Text Example

White with #725116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725116; }

 p { color: rgb(114,81,22); }

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

background-color css

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

 a { background-color: rgb(114,81,22); }

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

border-color css

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

 span { border-color: rgb(114,81,22); }

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