#756034

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

Shades of Himalaya #756034

Tints of Himalaya #756034

Color information

#756034 (or 0x756034) is unknown color: approx Himalaya. HEX triplet: 75, 60 and 34. RGB value is (117,96,52). Sum of RGB (Red+Green+Blue) = 117+96+52=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #756034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756034 is #8A9FCB. Grayscale: #616161. Windows color (decimal): -9084876 or 3432565. OLE color: 3432565.

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

Color convert

RGB1179652-
CMYK00.180.560.54
HSL40.62º38.46%33.14%-
HSV(B)40.62º55.56%45.88%-
XYZ12.1412.45-
YUV97.26102.46142.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 52 (20.70% from 255) = 19.62%
R=44.15%
G=36.23%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117965200.180.560.5440.6238.4633.14
Hex7560340123836292621
Octal165140640227066514641
Binary11101011100000110100010010111000110110101001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756034; }

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

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

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

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

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

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

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

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