#75622E

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

Shades of Himalaya #75622E

Tints of Himalaya #75622E

Color information

#75622E (or 0x75622E) is unknown color: approx Himalaya. HEX triplet: 75, 62 and 2E. RGB value is (117,98,46). Sum of RGB (Red+Green+Blue) = 117+98+46=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75622E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75622E is #8A9DD1. Grayscale: #616161. Windows color (decimal): -9084370 or 3039861. OLE color: 3039861.

HSL color Cylindrical-coordinate representation of color #75622E: hue angle of 43.94º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75622E is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB1179846-
CMYK00.160.610.54
HSL43.94º43.56%31.96%-
HSV(B)43.94º60.68%45.88%-
XYZ12.212.714.4-
YUV97.7598.79141.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=44.83%
G=37.55%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117984600.160.610.5443.9443.5631.96
Hex75622E0103D362c2c20
Octal165142560207566545440
Binary11101011100010101110010000111101110110101100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75622E; }

 p { color: rgb(117,98,46); }

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

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

 a { background-color: rgb(117,98,46); }

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

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

 span { border-color: rgb(117,98,46); }

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