Html Css Color HEX #716027 Himalaya

📋 copy color: '#716027'

red 113 ◦ green 96 ◦ blue 39

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

Shades of Himalaya #716027

Tints of Himalaya #716027

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.71%

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

R = 45.56%
G = 38.71%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#716027 (or 0x716027) is known color: Himalaya. HEX triplet: 71, 60 and 27. RGB value is (113,96,39). Sum of RGB (Red+Green+Blue) = 113+96+39=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #716027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716027 is #8E9FD8. Grayscale: #5E5E5E. Windows color (decimal): -9347033 or 2580593. OLE color: 2580593.

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

Color convert

RGB 113 96 39 -
CMYK 0 0.15 0.65 0.56
HSL 46.22º 0.49% 0.3% -
HSV(B) 46.22º 0.65% 0.44% -
XYZ 11.36 12.02 3.64 -
YUV 94.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 113 96 39 0 0.15 0.65 0.56 46.22 0.49 0.3
Hex 71 60 27 0 F 41 38 2E 31 1E
Octal 161 140 47 0 17 101 70 56 61 36
Binary 1110001 1100000 100111 0 1111 1000001 111000 101110 110001 11110

Color Harmonies of #716027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716027

Black with #716027

Text Example


Text Example

White with #716027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716027; }

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

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

background-color css

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

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

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

border-color css

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

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

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