Html Css Color HEX #716035 Himalaya

📋 copy color: '#716035'

red 113 ◦ green 96 ◦ blue 53

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

Shades of Himalaya #716035

Tints of Himalaya #716035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.23%

R = 43.13%
G = 36.64%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#716035 (or 0x716035) is known color: Himalaya. HEX triplet: 71, 60 and 35. RGB value is (113,96,53). Sum of RGB (Red+Green+Blue) = 113+96+53=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #716035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716035 is #8E9FCA. Grayscale: #606060. Windows color (decimal): -9347019 or 3498097. OLE color: 3498097.

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

Color convert

RGB 113 96 53 -
CMYK 0 0.15 0.53 0.56
HSL 43º 0.36% 0.33% -
HSV(B) 43º 0.53% 0.44% -
XYZ 11.64 12.13 5.1 -
YUV 96.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 113 96 53 0 0.15 0.53 0.56 43 0.36 0.33
Hex 71 60 35 0 F 35 38 2B 24 21
Octal 161 140 65 0 17 65 70 53 44 41
Binary 1110001 1100000 110101 0 1111 110101 111000 101011 100100 100001

Color Harmonies of #716035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716035

Black with #716035

Text Example


Text Example

White with #716035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716035; }

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

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

background-color css

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

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

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

border-color css

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

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

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