Html Css Color HEX #715A11 Raw Umber

📋 copy color: '#715A11'

red 113 ◦ green 90 ◦ blue 17

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

Shades of Raw Umber #715A11

Tints of Raw Umber #715A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.91%

 BLUE value IS 17 (7.03% from 255) = 7.73%

R = 51.36%
G = 40.91%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#715A11 (or 0x715A11) is known color: Raw Umber. HEX triplet: 71, 5A and 11. RGB value is (113,90,17). Sum of RGB (Red+Green+Blue) = 113+90+17=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #715A11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715A11 is #8EA5EE. Grayscale: #585858. Windows color (decimal): -9348591 or 1137265. OLE color: 1137265.

HSL color Cylindrical-coordinate representation of color #715A11: hue angle of 45.62º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #715A11 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 90 17 -
CMYK 0 0.20 0.85 0.56
HSL 45.63º 0.74% 0.25% -
HSV(B) 45.63º 0.85% 0.44% -
XYZ 10.57 10.86 2.07 -
YUV 88.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 113 90 17 0 0.20 0.85 0.56 45.63 0.74 0.25
Hex 71 5A 11 0 14 55 38 2E 4A 19
Octal 161 132 21 0 24 125 70 56 112 31
Binary 1110001 1011010 10001 0 10100 1010101 111000 101110 1001010 11001

Color Harmonies of #715A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A11

Black with #715A11

Text Example


Text Example

White with #715A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715A11; }

 p { color: rgb(113,90,17); }

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

background-color css

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

 a { background-color: rgb(113,90,17); }

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

border-color css

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

 span { border-color: rgb(113,90,17); }

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