Html Css Color HEX #716127 Himalaya

📋 copy color: '#716127'

red 113 ◦ green 97 ◦ blue 39

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

Shades of Himalaya #716127

Tints of Himalaya #716127

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.96%

 BLUE value IS 39 (15.63% from 255) = 15.66%

R = 45.38%
G = 38.96%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#716127 (or 0x716127) is known color: Himalaya. HEX triplet: 71, 61 and 27. RGB value is (113,97,39). Sum of RGB (Red+Green+Blue) = 113+97+39=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #716127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716127 is #8E9ED8. Grayscale: #5F5F5F. Windows color (decimal): -9346777 or 2580849. OLE color: 2580849.

HSL color Cylindrical-coordinate representation of color #716127: hue angle of 47.03º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #716127 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 97 39 -
CMYK 0 0.14 0.65 0.56
HSL 47.03º 0.49% 0.3% -
HSV(B) 47.03º 0.65% 0.44% -
XYZ 11.45 12.21 3.67 -
YUV 95.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 113 97 39 0 0.14 0.65 0.56 47.03 0.49 0.3
Hex 71 61 27 0 E 41 38 2F 31 1E
Octal 161 141 47 0 16 101 70 57 61 36
Binary 1110001 1100001 100111 0 1110 1000001 111000 101111 110001 11110

Color Harmonies of #716127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716127

Black with #716127

Text Example


Text Example

White with #716127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716127; }

 p { color: rgb(113,97,39); }

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

background-color css

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

 a { background-color: rgb(113,97,39); }

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

border-color css

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

 span { border-color: rgb(113,97,39); }

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