Html Css Color HEX #756032 Himalaya

📋 copy color: '#756032'

red 117 ◦ green 96 ◦ blue 50

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

Shades of Himalaya #756032

Tints of Himalaya #756032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.5%

 BLUE value IS 50 (19.92% from 255) = 19.01%

R = 44.49%
G = 36.5%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#756032 (or 0x756032) is known color: Himalaya. HEX triplet: 75, 60 and 32. RGB value is (117,96,50). Sum of RGB (Red+Green+Blue) = 117+96+50=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #756032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756032 is #8A9FCD. Grayscale: #616161. Windows color (decimal): -9084878 or 3301493. OLE color: 3301493.

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

Color convert

RGB 117 96 50 -
CMYK 0 0.18 0.57 0.54
HSL 41.19º 0.4% 0.33% -
HSV(B) 41.19º 0.57% 0.46% -
XYZ 12.09 12.38 4.77 -
YUV 97.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 117 96 50 0 0.18 0.57 0.54 41.19 0.4 0.33
Hex 75 60 32 0 12 39 36 29 28 21
Octal 165 140 62 0 22 71 66 51 50 41
Binary 1110101 1100000 110010 0 10010 111001 110110 101001 101000 100001

Color Harmonies of #756032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756032

Black with #756032

Text Example


Text Example

White with #756032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756032; }

 p { color: rgb(117,96,50); }

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

background-color css

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

 a { background-color: rgb(117,96,50); }

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

border-color css

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

 span { border-color: rgb(117,96,50); }

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