#756029

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

Shades of Himalaya #756029

Tints of Himalaya #756029

Color information

#756029 (or 0x756029) is unknown color: approx Himalaya. HEX triplet: 75, 60 and 29. RGB value is (117,96,41). Sum of RGB (Red+Green+Blue) = 117+96+41=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #756029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756029 is #8A9FD6. Grayscale: #606060. Windows color (decimal): -9084887 or 2711669. OLE color: 2711669.

HSL color Cylindrical-coordinate representation of color #756029: hue angle of 43.42º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #756029 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1179641-
CMYK00.180.650.54
HSL43.42º48.1%30.98%-
HSV(B)43.42º64.96%45.88%-
XYZ11.9212.313.85-
YUV96.0196.96142.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.06%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 41 (16.41% from 255) = 16.14%
R=46.06%
G=37.80%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117964100.180.650.5443.4248.130.98
Hex75602901241362b301f
Octal1651405102210166536037
Binary11101011100000101001010010100000111011010101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756029; }

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

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

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

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

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

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

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

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