#75612B

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

Shades of Himalaya #75612B

Tints of Himalaya #75612B

Color information

#75612B (or 0x75612B) is unknown color: approx Himalaya. HEX triplet: 75, 61 and 2B. RGB value is (117,97,43). Sum of RGB (Red+Green+Blue) = 117+97+43=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #75612B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75612B is #8A9ED4. Grayscale: #616161. Windows color (decimal): -9084629 or 2842997. OLE color: 2842997.

HSL color Cylindrical-coordinate representation of color #75612B: hue angle of 43.78º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75612B is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1179743-
CMYK00.170.630.54
HSL43.78º46.25%31.37%-
HSV(B)43.78º63.25%45.88%-
XYZ12.0512.514.06-
YUV96.8297.63142.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.53%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 43 (17.19% from 255) = 16.73%
R=45.53%
G=37.74%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117974300.170.630.5443.7846.2531.37
Hex75612B0113F362c2e1f
Octal165141530217766545637
Binary1110101110000110101101000111111111011010110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75612B; }

 p { color: rgb(117,97,43); }

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

<style>
 a { background-color: #75612B; }

 a { background-color: rgb(117,97,43); }

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

<style>
 span { border-color: #75612B; }

 span { border-color: rgb(117,97,43); }

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