#756033

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

Shades of Himalaya #756033

Tints of Himalaya #756033

Color information

#756033 (or 0x756033) is unknown color: approx Himalaya. HEX triplet: 75, 60 and 33. RGB value is (117,96,51). Sum of RGB (Red+Green+Blue) = 117+96+51=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #756033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756033 is #8A9FCC. Grayscale: #616161. Windows color (decimal): -9084877 or 3367029. OLE color: 3367029.

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

Color convert

RGB1179651-
CMYK00.180.560.54
HSL40.91º39.29%32.94%-
HSV(B)40.91º56.41%45.88%-
XYZ12.1212.394.88-
YUV97.15101.96142.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 51 (20.31% from 255) = 19.32%
R=44.32%
G=36.36%
B=19.32%

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
Decimal117965100.180.560.5440.9139.2932.94
Hex7560330123836292721
Octal165140630227066514741
Binary11101011100000110011010010111000110110101001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756033; }

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

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

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

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

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

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

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

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