#503639

Color #503639 Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #503639

Tints of Cab Sav #503639

Color information

#503639 (or 0x503639) is unknown color: approx Cab Sav. HEX triplet: 50, 36 and 39. RGB value is (80,54,57). Sum of RGB (Red+Green+Blue) = 80+54+57=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #503639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503639 is #AFC9C6. Grayscale: #3E3E3E. Windows color (decimal): -11520455 or 3749456. OLE color: 3749456.

HSL color Cylindrical-coordinate representation of color #503639: hue angle of 353.08º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #503639 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB805457-
CMYK00.330.290.69
HSL353.08º19.4%26.27%-
HSV(B)353.08º32.5%31.37%-
XYZ5.374.644.48-
YUV62.12125.11140.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.88%
GREEN value IS 54 (21.48% from 255) = 28.27%
BLUE value IS 57 (22.66% from 255) = 29.84%
R=41.88%
G=28.27%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80545700.330.290.69353.0819.426.27
Hex5036390211D45161131a
Octal1206671041351055412332
Binary101000011011011100101000011110110001011011000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503639; }

 p { color: rgb(80,54,57); }

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

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

 a { background-color: rgb(80,54,57); }

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

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

 span { border-color: rgb(80,54,57); }

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