#53332B

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

Shades of Espresso #53332B

Tints of Espresso #53332B

Color information

#53332B (or 0x53332B) is unknown color: approx Espresso. HEX triplet: 53, 33 and 2B. RGB value is (83,51,43). Sum of RGB (Red+Green+Blue) = 83+51+43=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #53332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53332B is #ACCCD4. Grayscale: #3B3B3B. Windows color (decimal): -11324629 or 2831187. OLE color: 2831187.

HSL color Cylindrical-coordinate representation of color #53332B: hue angle of 12º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53332B is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB835143-
CMYK00.390.480.67
HSL12º31.75%24.71%-
HSV(B)12º48.19%32.55%-
XYZ5.194.382.86-
YUV59.66118.6144.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 51 (20.31% from 255) = 28.81%
BLUE value IS 43 (17.19% from 255) = 24.29%
R=46.89%
G=28.81%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83514300.390.480.671231.7524.71
Hex53332B0273043c2019
Octal123635304760103144031
Binary101001111001110101101001111100001000011110010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53332B; }

 p { color: rgb(83,51,43); }

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

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

 a { background-color: rgb(83,51,43); }

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

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

 span { border-color: rgb(83,51,43); }

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