Html Css Color HEX #756931 Himalaya

📋 copy color: '#756931'

red 117 ◦ green 105 ◦ blue 49

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

Shades of Himalaya #756931

Tints of Himalaya #756931

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.75%

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

R = 43.17%
G = 38.75%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#756931 (or 0x756931) is known color: Himalaya. HEX triplet: 75, 69 and 31. RGB value is (117,105,49). Sum of RGB (Red+Green+Blue) = 117+105+49=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #756931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756931 is #8A96CE. Grayscale: #666666. Windows color (decimal): -9082575 or 3238261. OLE color: 3238261.

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

Color convert

RGB 117 105 49 -
CMYK 0 0.10 0.58 0.54
HSL 49.41º 0.41% 0.33% -
HSV(B) 49.41º 0.58% 0.46% -
XYZ 12.94 14.11 4.95 -
YUV 102.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 117 105 49 0 0.10 0.58 0.54 49.41 0.41 0.33
Hex 75 69 31 0 A 3A 36 31 29 21
Octal 165 151 61 0 12 72 66 61 51 41
Binary 1110101 1101001 110001 0 1010 111010 110110 110001 101001 100001

Color Harmonies of #756931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756931

Black with #756931

Text Example


Text Example

White with #756931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756931; }

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

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

background-color css

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

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

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

border-color css

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

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

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