Html Css Color HEX #503330 Espresso

📋 copy color: '#503330'

red 80 ◦ green 51 ◦ blue 48

#503330
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Espresso #503330

Tints of Espresso #503330

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 value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#503330 (or 0x503330) is known color: 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.62º 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

RGB 80 51 48 -
CMYK 0 0.36 0.40 0.69
HSL 5.63º 0.25% 0.25% -
HSV(B) 5.63º 0.4% 0.31% -
XYZ 5.03 4.29 3.36 -
YUV 59.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 80 51 48 0 0.36 0.40 0.69 5.63 0.25 0.25
Hex 50 33 30 0 24 28 45 6 19 19
Octal 120 63 60 0 44 50 105 6 31 31
Binary 1010000 110011 110000 0 100100 101000 1000101 110 11001 11001

Color Harmonies of #503330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503330

Black with #503330

Text Example


Text Example

White with #503330

Text Example


Text Example

HTML Codes & Css Web 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>