#75632D

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

Shades of Himalaya #75632D

Tints of Himalaya #75632D

Color information

#75632D (or 0x75632D) is unknown color: approx Himalaya. HEX triplet: 75, 63 and 2D. RGB value is (117,99,45). Sum of RGB (Red+Green+Blue) = 117+99+45=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75632D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75632D is #8A9CD2. Grayscale: #626262. Windows color (decimal): -9084115 or 2974581. OLE color: 2974581.

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

Color convert

RGB1179945-
CMYK00.150.620.54
HSL45º44.44%31.76%-
HSV(B)45º61.54%45.88%-
XYZ12.2712.94.32-
YUV98.2397.96141.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 99 (39.06% from 255) = 37.93%
BLUE value IS 45 (17.97% from 255) = 17.24%
R=44.83%
G=37.93%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117994500.150.620.544544.4431.76
Hex75632D0F3E362d2c20
Octal165143550177666555440
Binary1110101110001110110101111111110110110101101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75632D; }

 p { color: rgb(117,99,45); }

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

<style>
 a { background-color: #75632D; }

 a { background-color: rgb(117,99,45); }

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

<style>
 span { border-color: #75632D; }

 span { border-color: rgb(117,99,45); }

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