Html Css Color HEX #715E20 Himalaya

📋 copy color: '#715E20'

red 113 ◦ green 94 ◦ blue 32

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

Shades of Himalaya #715E20

Tints of Himalaya #715E20

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.33%

 BLUE value IS 32 (12.89% from 255) = 13.39%

R = 47.28%
G = 39.33%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#715E20 (or 0x715E20) is known color: Himalaya. HEX triplet: 71, 5E and 20. RGB value is (113,94,32). Sum of RGB (Red+Green+Blue) = 113+94+32=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #715E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E20 is #8EA1DF. Grayscale: #5C5C5C. Windows color (decimal): -9347552 or 2121329. OLE color: 2121329.

HSL color Cylindrical-coordinate representation of color #715E20: hue angle of 45.93º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #715E20 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 94 32 -
CMYK 0 0.17 0.72 0.56
HSL 45.93º 0.56% 0.28% -
HSV(B) 45.93º 0.72% 0.44% -
XYZ 11.07 11.62 3.03 -
YUV 92.61 93.79 142.54 -
System Red Green Blue C M Y K H S L
Decimal 113 94 32 0 0.17 0.72 0.56 45.93 0.56 0.28
Hex 71 5E 20 0 11 48 38 2E 38 1C
Octal 161 136 40 0 21 110 70 56 70 34
Binary 1110001 1011110 100000 0 10001 1001000 111000 101110 111000 11100

Color Harmonies of #715E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715E20

Black with #715E20

Text Example


Text Example

White with #715E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,94,32); }

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

background-color css

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

 a { background-color: rgb(113,94,32); }

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

border-color css

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

 span { border-color: rgb(113,94,32); }

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