Html Css Color HEX #756131 Himalaya

📋 copy color: '#756131'

red 117 ◦ green 97 ◦ blue 49

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

Shades of Himalaya #756131

Tints of Himalaya #756131

RGB

 RED value IS 117 (46.09% from 255) = 44.49%

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

 BLUE value IS 49 (19.53% from 255) = 18.63%

R = 44.49%
G = 36.88%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#756131 (or 0x756131) is known color: Himalaya. HEX triplet: 75, 61 and 31. RGB value is (117,97,49). Sum of RGB (Red+Green+Blue) = 117+97+49=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #756131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756131 is #8A9ECE. Grayscale: #616161. Windows color (decimal): -9084623 or 3236213. OLE color: 3236213.

HSL color Cylindrical-coordinate representation of color #756131: hue angle of 42.35º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #756131 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 49 -
CMYK 0 0.17 0.58 0.54
HSL 42.35º 0.41% 0.33% -
HSV(B) 42.35º 0.58% 0.46% -
XYZ 12.17 12.55 4.69 -
YUV 97.51 100.63 141.9 -
System Red Green Blue C M Y K H S L
Decimal 117 97 49 0 0.17 0.58 0.54 42.35 0.41 0.33
Hex 75 61 31 0 11 3A 36 2A 29 21
Octal 165 141 61 0 21 72 66 52 51 41
Binary 1110101 1100001 110001 0 10001 111010 110110 101010 101001 100001

Color Harmonies of #756131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756131

Black with #756131

Text Example


Text Example

White with #756131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756131; }

 p { color: rgb(117,97,49); }

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

background-color css

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

 a { background-color: rgb(117,97,49); }

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

border-color css

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

 span { border-color: rgb(117,97,49); }

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