#53352D

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

Shades of Espresso #53352D

Tints of Espresso #53352D

Color information

#53352D (or 0x53352D) is unknown color: approx Espresso. HEX triplet: 53, 35 and 2D. RGB value is (83,53,45). Sum of RGB (Red+Green+Blue) = 83+53+45=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53352D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53352D is #ACCAD2. Grayscale: #3D3D3D. Windows color (decimal): -11324115 or 2962771. OLE color: 2962771.

HSL color Cylindrical-coordinate representation of color #53352D: hue angle of 12.63º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53352D is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB835345-
CMYK00.360.460.67
HSL12.63º29.69%25.1%-
HSV(B)12.63º45.78%32.55%-
XYZ5.314.573.09-
YUV61.06118.94143.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 45 (17.97% from 255) = 24.86%
R=45.86%
G=29.28%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83534500.360.460.6712.6329.6925.1
Hex53352D0242E43d1e19
Octal123655504456103153631
Binary10100111101011011010100100101110100001111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53352D; }

 p { color: rgb(83,53,45); }

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

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

 a { background-color: rgb(83,53,45); }

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

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

 span { border-color: rgb(83,53,45); }

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