#75642D

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

Shades of Himalaya #75642D

Tints of Himalaya #75642D

Color information

#75642D (or 0x75642D) is unknown color: approx Himalaya. HEX triplet: 75, 64 and 2D. RGB value is (117,100,45). Sum of RGB (Red+Green+Blue) = 117+100+45=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75642D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75642D is #8A9BD2. Grayscale: #636363. Windows color (decimal): -9083859 or 2974837. OLE color: 2974837.

HSL color Cylindrical-coordinate representation of color #75642D: hue angle of 45.83º 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 #75642D is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB11710045-
CMYK00.150.620.54
HSL45.83º44.44%31.76%-
HSV(B)45.83º61.54%45.88%-
XYZ12.3713.094.36-
YUV98.8197.63140.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 100 (39.45% from 255) = 38.17%
BLUE value IS 45 (17.97% from 255) = 17.18%
R=44.66%
G=38.17%
B=17.18%

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
Decimal1171004500.150.620.5445.8344.4431.76
Hex75642D0F3E362e2c20
Octal165144550177666565440
Binary1110101110010010110101111111110110110101110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75642D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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