Html Css Color HEX #716133 Himalaya

📋 copy color: '#716133'

red 113 ◦ green 97 ◦ blue 51

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

Shades of Himalaya #716133

Tints of Himalaya #716133

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.16%

 BLUE value IS 51 (20.31% from 255) = 19.54%

R = 43.3%
G = 37.16%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#716133 (or 0x716133) is known color: Himalaya. HEX triplet: 71, 61 and 33. RGB value is (113,97,51). Sum of RGB (Red+Green+Blue) = 113+97+51=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #716133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716133 is #8E9ECC. Grayscale: #606060. Windows color (decimal): -9346765 or 3367281. OLE color: 3367281.

HSL color Cylindrical-coordinate representation of color #716133: hue angle of 44.52º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #716133 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 97 51 -
CMYK 0 0.14 0.55 0.56
HSL 44.52º 0.38% 0.32% -
HSV(B) 44.52º 0.55% 0.44% -
XYZ 11.68 12.3 4.89 -
YUV 96.54 102.3 139.74 -
System Red Green Blue C M Y K H S L
Decimal 113 97 51 0 0.14 0.55 0.56 44.52 0.38 0.32
Hex 71 61 33 0 E 37 38 2D 26 20
Octal 161 141 63 0 16 67 70 55 46 40
Binary 1110001 1100001 110011 0 1110 110111 111000 101101 100110 100000

Color Harmonies of #716133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716133

Black with #716133

Text Example


Text Example

White with #716133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716133; }

 p { color: rgb(113,97,51); }

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

background-color css

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

 a { background-color: rgb(113,97,51); }

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

border-color css

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

 span { border-color: rgb(113,97,51); }

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