#785F23

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

Shades of Himalaya #785F23

Tints of Himalaya #785F23

Color information

#785F23 (or 0x785F23) is unknown color: approx Himalaya. HEX triplet: 78, 5F and 23. RGB value is (120,95,35). Sum of RGB (Red+Green+Blue) = 120+95+35=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #785F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F23 is #87A0DC. Grayscale: #5F5F5F. Windows color (decimal): -8888541 or 2318200. OLE color: 2318200.

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

Color convert

RGB1209535-
CMYK00.210.710.53
HSL42.35º54.84%30.39%-
HSV(B)42.35º70.83%47.06%-
XYZ12.1412.33.32-
YUV95.6393.78145.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48%
GREEN value IS 95 (37.5% from 255) = 38%
BLUE value IS 35 (14.06% from 255) = 14%
R=48%
G=38%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120953500.210.710.5342.3554.8430.39
Hex785F2301547352a371e
Octal1701374302510765526736
Binary11110001011111100011010101100011111010110101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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