#756534

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

Shades of Himalaya #756534

Tints of Himalaya #756534

Color information

#756534 (or 0x756534) is unknown color: approx Himalaya. HEX triplet: 75, 65 and 34. RGB value is (117,101,52). Sum of RGB (Red+Green+Blue) = 117+101+52=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #756534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756534 is #8A9ACB. Grayscale: #646464. Windows color (decimal): -9083596 or 3433845. OLE color: 3433845.

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

Color convert

RGB11710152-
CMYK00.140.560.54
HSL45.23º38.46%33.14%-
HSV(B)45.23º55.56%45.88%-
XYZ12.6113.345.16-
YUV100.2100.8139.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 52 (20.70% from 255) = 19.26%
R=43.33%
G=37.41%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171015200.140.560.5445.2338.4633.14
Hex7565340E38362d2621
Octal165145640167066554641
Binary1110101110010111010001110111000110110101101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756534; }

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

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

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

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

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

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

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

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