#755E25

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

Shades of Himalaya #755E25

Tints of Himalaya #755E25

Color information

#755E25 (or 0x755E25) is unknown color: approx Himalaya. HEX triplet: 75, 5E and 25. RGB value is (117,94,37). Sum of RGB (Red+Green+Blue) = 117+94+37=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #755E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E25 is #8AA1DA. Grayscale: #5E5E5E. Windows color (decimal): -9085403 or 2449013. OLE color: 2449013.

HSL color Cylindrical-coordinate representation of color #755E25: hue angle of 42.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #755E25 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1179437-
CMYK00.200.680.54
HSL42.75º51.95%30.2%-
HSV(B)42.75º68.38%45.88%-
XYZ11.6711.923.44-
YUV94.3895.62144.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 94 (37.11% from 255) = 37.90%
BLUE value IS 37 (14.84% from 255) = 14.92%
R=47.18%
G=37.90%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117943700.200.680.5442.7551.9530.2
Hex755E2501444362b341e
Octal1651364502410466536436
Binary11101011011110100101010100100010011011010101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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