Html Css Color HEX #716528 Himalaya

📋 copy color: '#716528'

red 113 ◦ green 101 ◦ blue 40

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

Shades of Himalaya #716528

Tints of Himalaya #716528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.75%

R = 44.49%
G = 39.76%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#716528 (or 0x716528) is known color: Himalaya. HEX triplet: 71, 65 and 28. RGB value is (113,101,40). Sum of RGB (Red+Green+Blue) = 113+101+40=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #716528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716528 is #8E9AD7. Grayscale: #616161. Windows color (decimal): -9345752 or 2647409. OLE color: 2647409.

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

Color convert

RGB 113 101 40 -
CMYK 0 0.11 0.65 0.56
HSL 50.14º 0.48% 0.3% -
HSV(B) 50.14º 0.65% 0.44% -
XYZ 11.85 12.97 3.89 -
YUV 97.63 95.48 138.96 -
System Red Green Blue C M Y K H S L
Decimal 113 101 40 0 0.11 0.65 0.56 50.14 0.48 0.3
Hex 71 65 28 0 B 41 38 32 30 1E
Octal 161 145 50 0 13 101 70 62 60 36
Binary 1110001 1100101 101000 0 1011 1000001 111000 110010 110000 11110

Color Harmonies of #716528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716528

Black with #716528

Text Example


Text Example

White with #716528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716528; }

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

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

background-color css

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

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

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

border-color css

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

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

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