Html Css Color HEX #715513 Raw Umber

📋 copy color: '#715513'

red 113 ◦ green 85 ◦ blue 19

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

Shades of Raw Umber #715513

Tints of Raw Umber #715513

RGB

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

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

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

R = 52.07%
G = 39.17%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#715513 (or 0x715513) is known color: Raw Umber. HEX triplet: 71, 55 and 13. RGB value is (113,85,19). Sum of RGB (Red+Green+Blue) = 113+85+19=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #715513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715513 is #8EAAEC. Grayscale: #565656. Windows color (decimal): -9349869 or 1267057. OLE color: 1267057.

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

Color convert

RGB 113 85 19 -
CMYK 0 0.25 0.83 0.56
HSL 42.13º 0.71% 0.26% -
HSV(B) 42.13º 0.83% 0.44% -
XYZ 10.18 10.05 2.02 -
YUV 85.85 90.28 147.37 -
System Red Green Blue C M Y K H S L
Decimal 113 85 19 0 0.25 0.83 0.56 42.13 0.71 0.26
Hex 71 55 13 0 19 53 38 2A 47 1A
Octal 161 125 23 0 31 123 70 52 107 32
Binary 1110001 1010101 10011 0 11001 1010011 111000 101010 1000111 11010

Color Harmonies of #715513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715513

Black with #715513

Text Example


Text Example

White with #715513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715513; }

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

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

background-color css

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

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

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

border-color css

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

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

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