Html Css Color HEX #715E1E Himalaya

📋 copy color: '#715E1E'

red 113 ◦ green 94 ◦ blue 30

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

Shades of Himalaya #715E1E

Tints of Himalaya #715E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.66%

R = 47.68%
G = 39.66%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#715E1E (or 0x715E1E) is known color: Himalaya. HEX triplet: 71, 5E and 1E. RGB value is (113,94,30). Sum of RGB (Red+Green+Blue) = 113+94+30=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #715E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E1E is #8EA1E1. Grayscale: #5C5C5C. Windows color (decimal): -9347554 or 1990257. OLE color: 1990257.

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

Color convert

RGB 113 94 30 -
CMYK 0 0.17 0.73 0.56
HSL 46.27º 0.58% 0.28% -
HSV(B) 46.27º 0.73% 0.44% -
XYZ 11.05 11.61 2.89 -
YUV 92.39 92.79 142.7 -
System Red Green Blue C M Y K H S L
Decimal 113 94 30 0 0.17 0.73 0.56 46.27 0.58 0.28
Hex 71 5E 1E 0 11 49 38 2E 3A 1C
Octal 161 136 36 0 21 111 70 56 72 34
Binary 1110001 1011110 11110 0 10001 1001001 111000 101110 111010 11100

Color Harmonies of #715E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715E1E

Black with #715E1E

Text Example


Text Example

White with #715E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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