#785F2B

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

Shades of Himalaya #785F2B

Tints of Himalaya #785F2B

Color information

#785F2B (or 0x785F2B) is unknown color: approx Himalaya. HEX triplet: 78, 5F and 2B. RGB value is (120,95,43). Sum of RGB (Red+Green+Blue) = 120+95+43=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #785F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F2B is #87A0D4. Grayscale: #606060. Windows color (decimal): -8888533 or 2842488. OLE color: 2842488.

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

Color convert

RGB1209543-
CMYK00.210.640.53
HSL40.52º47.24%31.96%-
HSV(B)40.52º64.17%47.06%-
XYZ12.2712.354.02-
YUV96.5597.78144.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.51%
GREEN value IS 95 (37.5% from 255) = 36.82%
BLUE value IS 43 (17.19% from 255) = 16.67%
R=46.51%
G=36.82%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120954300.210.640.5340.5247.2431.96
Hex785F2B0154035292f20
Octal1701375302510065515740
Binary111100010111111010110101011000000110101101001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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