#53845E

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

Shades of Como #53845E

Tints of Como #53845E

Color information

#53845E (or 0x53845E) is unknown color: approx Como. HEX triplet: 53, 84 and 5E. RGB value is (83,132,94). Sum of RGB (Red+Green+Blue) = 83+132+94=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #53845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53845E is #AC7BA1. Grayscale: #717171. Windows color (decimal): -11303842 or 6194259. OLE color: 6194259.

HSL color Cylindrical-coordinate representation of color #53845E: hue angle of 133.47º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #53845E is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB8313294-
CMYK0.3700.290.48
HSL133.47º22.79%42.16%-
HSV(B)133.47º37.12%51.76%-
XYZ13.8419.1513.56-
YUV113.02117.27106.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=26.86%
G=42.72%
B=30.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83132940.3700.290.48133.4722.7942.16
Hex53845E2501D3085172a
Octal12320413645035602052752
Binary10100111000010010111101001010111011100001000010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53845E; }

 p { color: rgb(83,132,94); }

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

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

 a { background-color: rgb(83,132,94); }

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

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

 span { border-color: rgb(83,132,94); }

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