Html Css Color HEX #715F35 Himalaya

📋 copy color: '#715F35'

red 113 ◦ green 95 ◦ blue 53

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

Shades of Himalaya #715F35

Tints of Himalaya #715F35

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.4%

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

R = 43.3%
G = 36.4%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#715F35 (or 0x715F35) is known color: Himalaya. HEX triplet: 71, 5F and 35. RGB value is (113,95,53). Sum of RGB (Red+Green+Blue) = 113+95+53=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #715F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715F35 is #8EA0CA. Grayscale: #5F5F5F. Windows color (decimal): -9347275 or 3497841. OLE color: 3497841.

HSL color Cylindrical-coordinate representation of color #715F35: hue angle of 42º 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 #715F35 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 95 53 -
CMYK 0 0.16 0.53 0.56
HSL 42º 0.36% 0.33% -
HSV(B) 42º 0.53% 0.44% -
XYZ 11.54 11.95 5.07 -
YUV 95.59 103.96 140.42 -
System Red Green Blue C M Y K H S L
Decimal 113 95 53 0 0.16 0.53 0.56 42 0.36 0.33
Hex 71 5F 35 0 10 35 38 2A 24 21
Octal 161 137 65 0 20 65 70 52 44 41
Binary 1110001 1011111 110101 0 10000 110101 111000 101010 100100 100001

Color Harmonies of #715F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715F35

Black with #715F35

Text Example


Text Example

White with #715F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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