#755E29

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

Shades of Himalaya #755E29

Tints of Himalaya #755E29

Color information

#755E29 (or 0x755E29) is unknown color: approx Himalaya. HEX triplet: 75, 5E and 29. RGB value is (117,94,41). Sum of RGB (Red+Green+Blue) = 117+94+41=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #755E29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E29 is #8AA1D6. Grayscale: #5F5F5F. Windows color (decimal): -9085399 or 2711157. OLE color: 2711157.

HSL color Cylindrical-coordinate representation of color #755E29: hue angle of 41.84º 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 #755E29 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1179441-
CMYK00.200.650.54
HSL41.84º48.1%30.98%-
HSV(B)41.84º64.96%45.88%-
XYZ11.7411.953.79-
YUV94.8497.62143.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 94 (37.11% from 255) = 37.30%
BLUE value IS 41 (16.41% from 255) = 16.27%
R=46.43%
G=37.30%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117944100.200.650.5441.8448.130.98
Hex755E2901441362a301f
Octal1651365102410166526037
Binary11101011011110101001010100100000111011010101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755E29; }

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

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

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

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

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

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

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

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