Html Css Color HEX #715016 Raw Umber

📋 copy color: '#715016'

red 113 ◦ green 80 ◦ blue 22

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

Shades of Raw Umber #715016

Tints of Raw Umber #715016

RGB

 RED value IS 113 (44.53% from 255) = 52.56%

 GREEN value IS 80 (31.64% from 255) = 37.21%

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

R = 52.56%
G = 37.21%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#715016 (or 0x715016) is known color: Raw Umber. HEX triplet: 71, 50 and 16. RGB value is (113,80,22). Sum of RGB (Red+Green+Blue) = 113+80+22=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #715016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715016 is #8EAFE9. Grayscale: #535353. Windows color (decimal): -9351146 or 1462385. OLE color: 1462385.

HSL color Cylindrical-coordinate representation of color #715016: hue angle of 38.24º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #715016 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 80 22 -
CMYK 0 0.29 0.81 0.56
HSL 38.24º 0.67% 0.26% -
HSV(B) 38.24º 0.81% 0.44% -
XYZ 9.82 9.31 2.04 -
YUV 83.26 93.43 149.22 -
System Red Green Blue C M Y K H S L
Decimal 113 80 22 0 0.29 0.81 0.56 38.24 0.67 0.26
Hex 71 50 16 0 1D 51 38 26 43 1A
Octal 161 120 26 0 35 121 70 46 103 32
Binary 1110001 1010000 10110 0 11101 1010001 111000 100110 1000011 11010

Color Harmonies of #715016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715016

Black with #715016

Text Example


Text Example

White with #715016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715016; }

 p { color: rgb(113,80,22); }

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

background-color css

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

 a { background-color: rgb(113,80,22); }

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

border-color css

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

 span { border-color: rgb(113,80,22); }

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