#75672D

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

Shades of Himalaya #75672D

Tints of Himalaya #75672D

Color information

#75672D (or 0x75672D) is unknown color: approx Himalaya. HEX triplet: 75, 67 and 2D. RGB value is (117,103,45). Sum of RGB (Red+Green+Blue) = 117+103+45=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #75672D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75672D is #8A98D2. Grayscale: #646464. Windows color (decimal): -9083091 or 2975605. OLE color: 2975605.

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

Color convert

RGB11710345-
CMYK00.120.620.54
HSL48.33º44.44%31.76%-
HSV(B)48.33º61.54%45.88%-
XYZ12.6613.674.45-
YUV100.5796.64139.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 103 (40.62% from 255) = 38.87%
BLUE value IS 45 (17.97% from 255) = 16.98%
R=44.15%
G=38.87%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171034500.120.620.5448.3344.4431.76
Hex75672D0C3E36302c20
Octal165147550147666605440
Binary1110101110011110110101100111110110110110000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75672D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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