#75652A

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

Shades of Himalaya #75652A

Tints of Himalaya #75652A

Color information

#75652A (or 0x75652A) is unknown color: approx Himalaya. HEX triplet: 75, 65 and 2A. RGB value is (117,101,42). Sum of RGB (Red+Green+Blue) = 117+101+42=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #75652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75652A is #8A9AD5. Grayscale: #636363. Windows color (decimal): -9083606 or 2778485. OLE color: 2778485.

HSL color Cylindrical-coordinate representation of color #75652A: hue angle of 47.2º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75652A is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB11710142-
CMYK00.140.640.54
HSL47.2º47.17%31.18%-
HSV(B)47.2º64.1%45.88%-
XYZ12.4113.264.1-
YUV99.0695.8140.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 101 (39.84% from 255) = 38.85%
BLUE value IS 42 (16.80% from 255) = 16.15%
R=45%
G=38.85%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171014200.140.640.5447.247.1731.18
Hex75652A0E40362f2f1f
Octal1651455201610066575737
Binary1110101110010110101001110100000011011010111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75652A; }

 p { color: rgb(117,101,42); }

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

<style>
 a { background-color: #75652A; }

 a { background-color: rgb(117,101,42); }

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

<style>
 span { border-color: #75652A; }

 span { border-color: rgb(117,101,42); }

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