#85925C

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

Shades of Bitter #85925C

Tints of Bitter #85925C

Color information

#85925C (or 0x85925C) is unknown color: approx Bitter. HEX triplet: 85, 92 and 5C. RGB value is (133,146,92). Sum of RGB (Red+Green+Blue) = 133+146+92=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #85925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85925C is #7A6DA3. Grayscale: #888888. Windows color (decimal): -8023460 or 6066821. OLE color: 6066821.

HSL color Cylindrical-coordinate representation of color #85925C: hue angle of 74.44º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85925C is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB13314692-
CMYK0.0900.370.43
HSL74.44º22.69%46.67%-
HSV(B)74.44º36.99%57.25%-
XYZ21.8826.3214.05-
YUV135.96103.19125.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.85%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 92 (36.33% from 255) = 24.80%
R=35.85%
G=39.35%
B=24.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133146920.0900.370.4374.4422.6946.67
Hex85925C90252B4a172f
Octal20522213411045531122757
Binary1000010110010010101110010010100101101011100101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85925C; }

 p { color: rgb(133,146,92); }

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

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

 a { background-color: rgb(133,146,92); }

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

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

 span { border-color: rgb(133,146,92); }

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