Html Css Color HEX #53352D Espresso

📋 copy color: '#53352D'

red 83 ◦ green 53 ◦ blue 45

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

Shades of Espresso #53352D

Tints of Espresso #53352D

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

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#53352D (or 0x53352D) is known color: 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

RGB 83 53 45 -
CMYK 0 0.36 0.46 0.67
HSL 12.63º 0.3% 0.25% -
HSV(B) 12.63º 0.46% 0.33% -
XYZ 5.31 4.57 3.09 -
YUV 61.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 83 53 45 0 0.36 0.46 0.67 12.63 0.3 0.25
Hex 53 35 2D 0 24 2E 43 D 1E 19
Octal 123 65 55 0 44 56 103 15 36 31
Binary 1010011 110101 101101 0 100100 101110 1000011 1101 11110 11001

Color Harmonies of #53352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53352D

Black with #53352D

Text Example


Text Example

White with #53352D

Text Example


Text Example

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