#756729

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

Shades of Himalaya #756729

Tints of Himalaya #756729

Color information

#756729 (or 0x756729) is unknown color: approx Himalaya. HEX triplet: 75, 67 and 29. RGB value is (117,103,41). Sum of RGB (Red+Green+Blue) = 117+103+41=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #756729 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756729 is #8A98D6. Grayscale: #646464. Windows color (decimal): -9083095 or 2713461. OLE color: 2713461.

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

Color convert

RGB11710341-
CMYK00.120.650.54
HSL48.95º48.1%30.98%-
HSV(B)48.95º64.96%45.88%-
XYZ12.5913.644.07-
YUV100.1294.64140.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 103 (40.62% from 255) = 39.46%
BLUE value IS 41 (16.41% from 255) = 15.71%
R=44.83%
G=39.46%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171034100.120.650.5448.9548.130.98
Hex7567290C413631301f
Octal1651475101410166616037
Binary1110101110011110100101100100000111011011000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756729; }

 p { color: rgb(117,103,41); }

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

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

 a { background-color: rgb(117,103,41); }

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

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

 span { border-color: rgb(117,103,41); }

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