#756530

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

Shades of Himalaya #756530

Tints of Himalaya #756530

Color information

#756530 (or 0x756530) is unknown color: approx Himalaya. HEX triplet: 75, 65 and 30. RGB value is (117,101,48). Sum of RGB (Red+Green+Blue) = 117+101+48=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #756530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756530 is #8A9ACF. Grayscale: #636363. Windows color (decimal): -9083600 or 3171701. OLE color: 3171701.

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

Color convert

RGB11710148-
CMYK00.140.590.54
HSL46.09º41.82%32.35%-
HSV(B)46.09º58.97%45.88%-
XYZ12.5213.34.7-
YUV99.7498.8140.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 101 (39.84% from 255) = 37.97%
BLUE value IS 48 (19.14% from 255) = 18.05%
R=43.98%
G=37.97%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171014800.140.590.5446.0941.8232.35
Hex7565300E3B362e2a20
Octal165145600167366565240
Binary1110101110010111000001110111011110110101110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756530; }

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

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

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

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

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

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

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

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