#755E22

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

Shades of Himalaya #755E22

Tints of Himalaya #755E22

Color information

#755E22 (or 0x755E22) is unknown color: approx Himalaya. HEX triplet: 75, 5E and 22. RGB value is (117,94,34). Sum of RGB (Red+Green+Blue) = 117+94+34=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #755E22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E22 is #8AA1DD. Grayscale: #5E5E5E. Windows color (decimal): -9085406 or 2252405. OLE color: 2252405.

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

Color convert

RGB1179434-
CMYK00.200.710.54
HSL43.37º54.97%29.61%-
HSV(B)43.37º70.94%45.88%-
XYZ11.6311.93.2-
YUV94.0494.12144.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 94 (37.11% from 255) = 38.37%
BLUE value IS 34 (13.67% from 255) = 13.88%
R=47.76%
G=38.37%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117943400.200.710.5443.3754.9729.61
Hex755E2201447362b371e
Octal1651364202410766536736
Binary11101011011110100010010100100011111011010101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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