Html Css Color HEX #53352C Espresso

📋 copy color: '#53352C'

red 83 ◦ green 53 ◦ blue 44

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

Shades of Espresso #53352C

Tints of Espresso #53352C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.44%

R = 46.11%
G = 29.44%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#53352C (or 0x53352C) is known color: Espresso. HEX triplet: 53, 35 and 2C. RGB value is (83,53,44). Sum of RGB (Red+Green+Blue) = 83+53+44=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53352C is #ACCAD3. Grayscale: #3D3D3D. Windows color (decimal): -11324116 or 2897235. OLE color: 2897235.

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

Color convert

RGB 83 53 44 -
CMYK 0 0.36 0.47 0.67
HSL 13.85º 0.31% 0.25% -
HSV(B) 13.85º 0.47% 0.33% -
XYZ 5.3 4.57 2.99 -
YUV 60.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 83 53 44 0 0.36 0.47 0.67 13.85 0.31 0.25
Hex 53 35 2C 0 24 2F 43 E 1F 19
Octal 123 65 54 0 44 57 103 16 37 31
Binary 1010011 110101 101100 0 100100 101111 1000011 1110 11111 11001

Color Harmonies of #53352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53352C

Black with #53352C

Text Example


Text Example

White with #53352C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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