#756230

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

Shades of Himalaya #756230

Tints of Himalaya #756230

Color information

#756230 (or 0x756230) is unknown color: approx Himalaya. HEX triplet: 75, 62 and 30. RGB value is (117,98,48). Sum of RGB (Red+Green+Blue) = 117+98+48=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #756230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756230 is #8A9DCF. Grayscale: #626262. Windows color (decimal): -9084368 or 3170933. OLE color: 3170933.

HSL color Cylindrical-coordinate representation of color #756230: hue angle of 43.48º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #756230 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1179848-
CMYK00.160.590.54
HSL43.48º41.82%32.35%-
HSV(B)43.48º58.97%45.88%-
XYZ12.2412.734.61-
YUV97.9899.79141.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 48 (19.14% from 255) = 18.25%
R=44.49%
G=37.26%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117984800.160.590.5443.4841.8232.35
Hex7562300103B362b2a20
Octal165142600207366535240
Binary11101011100010110000010000111011110110101011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756230; }

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

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

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

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

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

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

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

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