#533230

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

Shades of Espresso #533230

Tints of Espresso #533230

Color information

#533230 (or 0x533230) is unknown color: approx Espresso. HEX triplet: 53, 32 and 30. RGB value is (83,50,48). Sum of RGB (Red+Green+Blue) = 83+50+48=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #533230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533230 is #ACCDCF. Grayscale: #3B3B3B. Windows color (decimal): -11324880 or 3158611. OLE color: 3158611.

HSL color Cylindrical-coordinate representation of color #533230: hue angle of 3.43º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #533230 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB835048-
CMYK00.400.420.67
HSL3.43º26.72%25.69%-
HSV(B)3.43º42.17%32.55%-
XYZ5.244.333.36-
YUV59.64121.43144.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 48 (19.14% from 255) = 26.52%
R=45.86%
G=27.62%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83504800.400.420.673.4326.7225.69
Hex5332300282A4331b1a
Octal12362600505210333332
Binary101001111001011000001010001010101000011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533230; }

 p { color: rgb(83,50,48); }

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

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

 a { background-color: rgb(83,50,48); }

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

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

 span { border-color: rgb(83,50,48); }

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