#785F2E

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

Shades of Himalaya #785F2E

Tints of Himalaya #785F2E

Color information

#785F2E (or 0x785F2E) is unknown color: approx Himalaya. HEX triplet: 78, 5F and 2E. RGB value is (120,95,46). Sum of RGB (Red+Green+Blue) = 120+95+46=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #785F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F2E is #87A0D1. Grayscale: #616161. Windows color (decimal): -8888530 or 3039096. OLE color: 3039096.

HSL color Cylindrical-coordinate representation of color #785F2E: hue angle of 39.73º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #785F2E is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1209546-
CMYK00.210.620.53
HSL39.73º44.58%32.55%-
HSV(B)39.73º61.67%47.06%-
XYZ12.3312.374.32-
YUV96.8999.28144.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.98%
GREEN value IS 95 (37.5% from 255) = 36.40%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=45.98%
G=36.40%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120954600.210.620.5339.7344.5832.55
Hex785F2E0153E35282d21
Octal170137560257665505541
Binary11110001011111101110010101111110110101101000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785F2E; }

 p { color: rgb(120,95,46); }

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

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

 a { background-color: rgb(120,95,46); }

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

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

 span { border-color: rgb(120,95,46); }

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