#505A45

Color #505A45 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #505A45

Tints of Cabbage Pont #505A45

Color information

#505A45 (or 0x505A45) is unknown color: approx Cabbage Pont. HEX triplet: 50, 5A and 45. RGB value is (80,90,69). Sum of RGB (Red+Green+Blue) = 80+90+69=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 90 - color contains mainly: green. Hex color #505A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A45 is #AFA5BA. Grayscale: #545454. Windows color (decimal): -11511227 or 4545104. OLE color: 4545104.

HSL color Cylindrical-coordinate representation of color #505A45: hue angle of 88.57º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #505A45 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB809069-
CMYK0.1100.230.65
HSL88.57º13.21%31.18%-
HSV(B)88.57º23.33%35.29%-
XYZ8.049.457.03-
YUV84.62119.19124.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.47%
GREEN value IS 90 (35.55% from 255) = 37.66%
BLUE value IS 69 (27.34% from 255) = 28.87%
R=33.47%
G=37.66%
B=28.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090690.1100.230.6588.5713.2131.18
Hex505A45B0174159d1f
Octal120132105130271011311537
Binary101000010110101000101101101011110000011011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505A45; }

 p { color: rgb(80,90,69); }

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

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

 a { background-color: rgb(80,90,69); }

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

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

 span { border-color: rgb(80,90,69); }

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