Html Css Color HEX #716537 Himalaya

📋 copy color: '#716537'

red 113 ◦ green 101 ◦ blue 55

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

Shades of Himalaya #716537

Tints of Himalaya #716537

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.55%

 BLUE value IS 55 (21.88% from 255) = 20.45%

R = 42.01%
G = 37.55%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#716537 (or 0x716537) is known color: Himalaya. HEX triplet: 71, 65 and 37. RGB value is (113,101,55). Sum of RGB (Red+Green+Blue) = 113+101+55=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #716537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716537 is #8E9AC8. Grayscale: #636363. Windows color (decimal): -9345737 or 3630449. OLE color: 3630449.

HSL color Cylindrical-coordinate representation of color #716537: hue angle of 47.59º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #716537 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 101 55 -
CMYK 0 0.11 0.51 0.56
HSL 47.59º 0.35% 0.33% -
HSV(B) 47.59º 0.51% 0.44% -
XYZ 12.15 13.09 5.5 -
YUV 99.34 102.98 137.74 -
System Red Green Blue C M Y K H S L
Decimal 113 101 55 0 0.11 0.51 0.56 47.59 0.35 0.33
Hex 71 65 37 0 B 33 38 30 23 21
Octal 161 145 67 0 13 63 70 60 43 41
Binary 1110001 1100101 110111 0 1011 110011 111000 110000 100011 100001

Color Harmonies of #716537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716537

Black with #716537

Text Example


Text Example

White with #716537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716537; }

 p { color: rgb(113,101,55); }

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

background-color css

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

 a { background-color: rgb(113,101,55); }

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

border-color css

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

 span { border-color: rgb(113,101,55); }

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