Html Css Color HEX #756531 Himalaya

📋 copy color: '#756531'

red 117 ◦ green 101 ◦ blue 49

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

Shades of Himalaya #756531

Tints of Himalaya #756531

RGB

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

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

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

R = 43.82%
G = 37.83%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#756531 (or 0x756531) is known color: Himalaya. HEX triplet: 75, 65 and 31. RGB value is (117,101,49). Sum of RGB (Red+Green+Blue) = 117+101+49=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #756531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756531 is #8A9ACE. Grayscale: #646464. Windows color (decimal): -9083599 or 3237237. OLE color: 3237237.

HSL color Cylindrical-coordinate representation of color #756531: hue angle of 45.88º 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 #756531 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 101 49 -
CMYK 0 0.14 0.58 0.54
HSL 45.88º 0.41% 0.33% -
HSV(B) 45.88º 0.58% 0.46% -
XYZ 12.54 13.31 4.81 -
YUV 99.86 99.3 140.23 -
System Red Green Blue C M Y K H S L
Decimal 117 101 49 0 0.14 0.58 0.54 45.88 0.41 0.33
Hex 75 65 31 0 E 3A 36 2E 29 21
Octal 165 145 61 0 16 72 66 56 51 41
Binary 1110101 1100101 110001 0 1110 111010 110110 101110 101001 100001

Color Harmonies of #756531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756531

Black with #756531

Text Example


Text Example

White with #756531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756531; }

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

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

background-color css

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

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

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

border-color css

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

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

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