#503330

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

Shades of Espresso #503330

Tints of Espresso #503330

Color information

#503330 (or 0x503330) is unknown color: approx Espresso. HEX triplet: 50, 33 and 30. RGB value is (80,51,48). Sum of RGB (Red+Green+Blue) = 80+51+48=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #503330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503330 is #AFCCCF. Grayscale: #3B3B3B. Windows color (decimal): -11521232 or 3158864. OLE color: 3158864.

HSL color Cylindrical-coordinate representation of color #503330: hue angle of 5.63º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #503330 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB805148-
CMYK00.360.400.69
HSL5.63º25%25.1%-
HSV(B)5.63º40%31.37%-
XYZ5.034.293.36-
YUV59.33121.61142.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 51 (20.31% from 255) = 28.49%
BLUE value IS 48 (19.14% from 255) = 26.82%
R=44.69%
G=28.49%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80514800.360.400.695.632525.1
Hex503330024284561919
Octal12063600445010563131
Binary1010000110011110000010010010100010001011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503330; }

 p { color: rgb(80,51,48); }

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

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

 a { background-color: rgb(80,51,48); }

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

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

 span { border-color: rgb(80,51,48); }

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