#857C1C

Color #857C1C Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #857C1C

Tints of Trendy Green #857C1C

Color information

#857C1C (or 0x857C1C) is unknown color: approx Trendy Green. HEX triplet: 85, 7C and 1C. RGB value is (133,124,28). Sum of RGB (Red+Green+Blue) = 133+124+28=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #857C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C1C is #7A83E3. Grayscale: #747474. Windows color (decimal): -8029156 or 1866885. OLE color: 1866885.

HSL color Cylindrical-coordinate representation of color #857C1C: hue angle of 54.86º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #857C1C is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB13312428-
CMYK00.070.790.48
HSL54.86º65.22%31.57%-
HSV(B)54.86º78.95%52.16%-
XYZ17.0919.493.96-
YUV115.7578.48140.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 124 (48.83% from 255) = 43.51%
BLUE value IS 28 (11.33% from 255) = 9.82%
R=46.67%
G=43.51%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331242800.070.790.4854.8665.2231.57
Hex857C1C074F30374120
Octal2051743407117606710140
Binary10000101111110011100011110011111100001101111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857C1C; }

 p { color: rgb(133,124,28); }

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

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

 a { background-color: rgb(133,124,28); }

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

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

 span { border-color: rgb(133,124,28); }

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