#756738

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

Shades of Himalaya #756738

Tints of Himalaya #756738

Color information

#756738 (or 0x756738) is unknown color: approx Himalaya. HEX triplet: 75, 67 and 38. RGB value is (117,103,56). Sum of RGB (Red+Green+Blue) = 117+103+56=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #756738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756738 is #8A98C7. Grayscale: #666666. Windows color (decimal): -9083080 or 3696501. OLE color: 3696501.

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

Color convert

RGB11710356-
CMYK00.120.520.54
HSL46.23º35.26%33.92%-
HSV(B)46.23º52.14%45.88%-
XYZ12.913.775.72-
YUV101.83102.14138.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 103 (40.62% from 255) = 37.32%
BLUE value IS 56 (22.27% from 255) = 20.29%
R=42.39%
G=37.32%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171035600.120.520.5446.2335.2633.92
Hex7567380C34362e2322
Octal165147700146466564342
Binary1110101110011111100001100110100110110101110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756738; }

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

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

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

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

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

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

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

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