Html Css Color HEX #53352E Espresso

📋 copy color: '#53352E'

red 83 ◦ green 53 ◦ blue 46

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

Shades of Espresso #53352E

Tints of Espresso #53352E

RGB

 RED value IS 83 (32.81% from 255) = 45.6%

 GREEN value IS 53 (21.09% from 255) = 29.12%

 BLUE value IS 46 (18.36% from 255) = 25.27%

R = 45.6%
G = 29.12%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#53352E (or 0x53352E) is known color: Espresso. HEX triplet: 53, 35 and 2E. RGB value is (83,53,46). Sum of RGB (Red+Green+Blue) = 83+53+46=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53352E is #ACCAD1. Grayscale: #3D3D3D. Windows color (decimal): -11324114 or 3028307. OLE color: 3028307.

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

Color convert

RGB 83 53 46 -
CMYK 0 0.36 0.45 0.67
HSL 11.35º 0.29% 0.25% -
HSV(B) 11.35º 0.45% 0.33% -
XYZ 5.33 4.58 3.19 -
YUV 61.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 83 53 46 0 0.36 0.45 0.67 11.35 0.29 0.25
Hex 53 35 2E 0 24 2D 43 B 1D 19
Octal 123 65 56 0 44 55 103 13 35 31
Binary 1010011 110101 101110 0 100100 101101 1000011 1011 11101 11001

Color Harmonies of #53352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53352E

Black with #53352E

Text Example


Text Example

White with #53352E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53352E;
 }
 .AnyTagClassName
 {
   color: #53352E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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