#85A53D

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

Shades of Sushi #85A53D

Tints of Sushi #85A53D

Color information

#85A53D (or 0x85A53D) is unknown color: approx Sushi. HEX triplet: 85, A5 and 3D. RGB value is (133,165,61). Sum of RGB (Red+Green+Blue) = 133+165+61=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #85A53D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A53D is #7A5AC2. Grayscale: #8F8F8F. Windows color (decimal): -8018627 or 4040069. OLE color: 4040069.

HSL color Cylindrical-coordinate representation of color #85A53D: hue angle of 78.46º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85A53D is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB13316561-
CMYK0.1900.630.35
HSL78.46º46.02%44.31%-
HSV(B)78.46º63.03%64.71%-
XYZ23.9732.239.37-
YUV143.5881.4120.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 165 (64.84% from 255) = 45.96%
BLUE value IS 61 (24.22% from 255) = 16.99%
R=37.05%
G=45.96%
B=16.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133165610.1900.630.3578.4646.0244.31
Hex85A53D1303F234e2e2c
Octal2052457523077431165654
Binary10000101101001011111011001101111111000111001110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A53D; }

 p { color: rgb(133,165,61); }

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

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

 a { background-color: rgb(133,165,61); }

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

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

 span { border-color: rgb(133,165,61); }

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