Html Css Color HEX #715F2A Himalaya

📋 copy color: '#715F2A'

red 113 ◦ green 95 ◦ blue 42

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

Shades of Himalaya #715F2A

Tints of Himalaya #715F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.8%

R = 45.2%
G = 38%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#715F2A (or 0x715F2A) is known color: Himalaya. HEX triplet: 71, 5F and 2A. RGB value is (113,95,42). Sum of RGB (Red+Green+Blue) = 113+95+42=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #715F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715F2A is #8EA0D5. Grayscale: #5E5E5E. Windows color (decimal): -9347286 or 2776945. OLE color: 2776945.

HSL color Cylindrical-coordinate representation of color #715F2A: hue angle of 44.79º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #715F2A is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 95 42 -
CMYK 0 0.16 0.63 0.56
HSL 44.79º 0.46% 0.3% -
HSV(B) 44.79º 0.63% 0.44% -
XYZ 11.32 11.86 3.88 -
YUV 94.34 98.46 141.31 -
System Red Green Blue C M Y K H S L
Decimal 113 95 42 0 0.16 0.63 0.56 44.79 0.46 0.3
Hex 71 5F 2A 0 10 3F 38 2D 2E 1E
Octal 161 137 52 0 20 77 70 55 56 36
Binary 1110001 1011111 101010 0 10000 111111 111000 101101 101110 11110

Color Harmonies of #715F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715F2A

Black with #715F2A

Text Example


Text Example

White with #715F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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