Html Css Color HEX #725516 Raw Umber

📋 copy color: '#725516'

red 114 ◦ green 85 ◦ blue 22

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

Shades of Raw Umber #725516

Tints of Raw Umber #725516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.46%

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

R = 51.58%
G = 38.46%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#725516 (or 0x725516) is known color: Raw Umber. HEX triplet: 72, 55 and 16. RGB value is (114,85,22). Sum of RGB (Red+Green+Blue) = 114+85+22=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #725516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725516 is #8DAAE9. Grayscale: #565656. Windows color (decimal): -9284330 or 1463666. OLE color: 1463666.

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

Color convert

RGB 114 85 22 -
CMYK 0 0.25 0.81 0.55
HSL 41.09º 0.68% 0.27% -
HSV(B) 41.09º 0.81% 0.45% -
XYZ 10.33 10.13 2.17 -
YUV 86.49 91.61 147.62 -
System Red Green Blue C M Y K H S L
Decimal 114 85 22 0 0.25 0.81 0.55 41.09 0.68 0.27
Hex 72 55 16 0 19 51 37 29 44 1B
Octal 162 125 26 0 31 121 67 51 104 33
Binary 1110010 1010101 10110 0 11001 1010001 110111 101001 1000100 11011

Color Harmonies of #725516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725516

Black with #725516

Text Example


Text Example

White with #725516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725516; }

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

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

background-color css

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

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

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

border-color css

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

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

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