Html Css Color HEX #756232 Himalaya

📋 copy color: '#756232'

red 117 ◦ green 98 ◦ blue 50

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

Shades of Himalaya #756232

Tints of Himalaya #756232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.98%

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

R = 44.15%
G = 36.98%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#756232 (or 0x756232) is known color: Himalaya. HEX triplet: 75, 62 and 32. RGB value is (117,98,50). Sum of RGB (Red+Green+Blue) = 117+98+50=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #756232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756232 is #8A9DCD. Grayscale: #626262. Windows color (decimal): -9084366 or 3302005. OLE color: 3302005.

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

Color convert

RGB 117 98 50 -
CMYK 0 0.16 0.57 0.54
HSL 42.99º 0.4% 0.33% -
HSV(B) 42.99º 0.57% 0.46% -
XYZ 12.28 12.75 4.83 -
YUV 98.21 100.79 141.4 -
System Red Green Blue C M Y K H S L
Decimal 117 98 50 0 0.16 0.57 0.54 42.99 0.4 0.33
Hex 75 62 32 0 10 39 36 2B 28 21
Octal 165 142 62 0 20 71 66 53 50 41
Binary 1110101 1100010 110010 0 10000 111001 110110 101011 101000 100001

Color Harmonies of #756232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756232

Black with #756232

Text Example


Text Example

White with #756232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756232; }

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

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

background-color css

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

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

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

border-color css

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

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

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