Html Css Color HEX #52352C Espresso

📋 copy color: '#52352C'

red 82 ◦ green 53 ◦ blue 44

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

Shades of Espresso #52352C

Tints of Espresso #52352C

RGB

 RED value IS 82 (32.42% from 255) = 45.81%

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

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

R = 45.81%
G = 29.61%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#52352C (or 0x52352C) is known color: Espresso. HEX triplet: 52, 35 and 2C. RGB value is (82,53,44). Sum of RGB (Red+Green+Blue) = 82+53+44=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #52352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52352C is #ADCAD3. Grayscale: #3C3C3C. Windows color (decimal): -11389652 or 2897234. OLE color: 2897234.

HSL color Cylindrical-coordinate representation of color #52352C: hue angle of 14.21º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52352C is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 53 44 -
CMYK 0 0.35 0.46 0.68
HSL 14.21º 0.3% 0.25% -
HSV(B) 14.21º 0.46% 0.32% -
XYZ 5.21 4.52 2.98 -
YUV 60.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 82 53 44 0 0.35 0.46 0.68 14.21 0.3 0.25
Hex 52 35 2C 0 23 2E 44 E 1E 19
Octal 122 65 54 0 43 56 104 16 36 31
Binary 1010010 110101 101100 0 100011 101110 1000100 1110 11110 11001

Color Harmonies of #52352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52352C

Black with #52352C

Text Example


Text Example

White with #52352C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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