#786225

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

Shades of Himalaya #786225

Tints of Himalaya #786225

Color information

#786225 (or 0x786225) is unknown color: approx Himalaya. HEX triplet: 78, 62 and 25. RGB value is (120,98,37). Sum of RGB (Red+Green+Blue) = 120+98+37=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #786225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786225 is #879DDA. Grayscale: #616161. Windows color (decimal): -8887771 or 2450040. OLE color: 2450040.

HSL color Cylindrical-coordinate representation of color #786225: hue angle of 44.1º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #786225 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB1209837-
CMYK00.180.690.53
HSL44.1º52.87%30.78%-
HSV(B)44.1º69.17%47.06%-
XYZ12.4512.863.58-
YUV97.6293.79143.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.06%
GREEN value IS 98 (38.67% from 255) = 38.43%
BLUE value IS 37 (14.84% from 255) = 14.51%
R=47.06%
G=38.43%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120983700.180.690.5344.152.8730.78
Hex78622501245352c351f
Octal1701424502210565546537
Binary11110001100010100101010010100010111010110110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786225; }

 p { color: rgb(120,98,37); }

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

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

 a { background-color: rgb(120,98,37); }

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

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

 span { border-color: rgb(120,98,37); }

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