#756231

Color #756231 Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #756231

Tints of Himalaya #756231

Color information

#756231 (or 0x756231) is unknown color: approx Himalaya. HEX triplet: 75, 62 and 31. RGB value is (117,98,49). Sum of RGB (Red+Green+Blue) = 117+98+49=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #756231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756231 is #8A9DCE. Grayscale: #626262. Windows color (decimal): -9084367 or 3236469. OLE color: 3236469.

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

Color convert

RGB1179849-
CMYK00.160.580.54
HSL43.24º40.96%32.55%-
HSV(B)43.24º58.12%45.88%-
XYZ12.2612.744.72-
YUV98.09100.29141.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 98 (38.67% from 255) = 37.12%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=44.32%
G=37.12%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117984900.160.580.5443.2440.9632.55
Hex7562310103A362b2921
Octal165142610207266535141
Binary11101011100010110001010000111010110110101011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756231; }

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

 H1.HeaderClassName
 {
   color: #756231;
 }
 .AnyTagClassName
 {
   color: #756231;
 }
</style>
background-color css

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

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

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

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

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

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