Html Css Color HEX #715013 Raw Umber

📋 copy color: '#715013'

red 113 ◦ green 80 ◦ blue 19

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

Shades of Raw Umber #715013

Tints of Raw Umber #715013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.96%

R = 53.3%
G = 37.74%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#715013 (or 0x715013) is known color: Raw Umber. HEX triplet: 71, 50 and 13. RGB value is (113,80,19). Sum of RGB (Red+Green+Blue) = 113+80+19=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #715013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715013 is #8EAFEC. Grayscale: #535353. Windows color (decimal): -9351149 or 1265777. OLE color: 1265777.

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

Color convert

RGB 113 80 19 -
CMYK 0 0.29 0.83 0.56
HSL 38.94º 0.71% 0.26% -
HSV(B) 38.94º 0.83% 0.44% -
XYZ 9.8 9.3 1.89 -
YUV 82.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 113 80 19 0 0.29 0.83 0.56 38.94 0.71 0.26
Hex 71 50 13 0 1D 53 38 27 47 1A
Octal 161 120 23 0 35 123 70 47 107 32
Binary 1110001 1010000 10011 0 11101 1010011 111000 100111 1000111 11010

Color Harmonies of #715013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715013

Black with #715013

Text Example


Text Example

White with #715013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715013; }

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

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

background-color css

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

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

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

border-color css

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

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

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