#755D2A

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

Shades of Himalaya #755D2A

Tints of Himalaya #755D2A

Color information

#755D2A (or 0x755D2A) is unknown color: approx Himalaya. HEX triplet: 75, 5D and 2A. RGB value is (117,93,42). Sum of RGB (Red+Green+Blue) = 117+93+42=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #755D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D2A is #8AA2D5. Grayscale: #5E5E5E. Windows color (decimal): -9085654 or 2776437. OLE color: 2776437.

HSL color Cylindrical-coordinate representation of color #755D2A: hue angle of 40.8º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #755D2A is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1179342-
CMYK00.210.640.54
HSL40.8º47.17%31.18%-
HSV(B)40.8º64.1%45.88%-
XYZ11.6711.783.85-
YUV94.3698.45144.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 93 (36.72% from 255) = 36.90%
BLUE value IS 42 (16.80% from 255) = 16.67%
R=46.43%
G=36.90%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117934200.210.640.5440.847.1731.18
Hex755D2A0154036292f1f
Octal1651355202510066515737
Binary11101011011101101010010101100000011011010100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,93,42); }

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

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

 a { background-color: rgb(117,93,42); }

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

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

 span { border-color: rgb(117,93,42); }

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