Html Css Color HEX #52352B Espresso

📋 copy color: '#52352B'

red 82 ◦ green 53 ◦ blue 43

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

Shades of Espresso #52352B

Tints of Espresso #52352B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.16%

R = 46.07%
G = 29.78%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#52352B (or 0x52352B) is known color: Espresso. HEX triplet: 52, 35 and 2B. RGB value is (82,53,43). Sum of RGB (Red+Green+Blue) = 82+53+43=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #52352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52352B is #ADCAD4. Grayscale: #3C3C3C. Windows color (decimal): -11389653 or 2831698. OLE color: 2831698.

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

Color convert

RGB 82 53 43 -
CMYK 0 0.35 0.48 0.68
HSL 15.38º 0.31% 0.25% -
HSV(B) 15.38º 0.48% 0.32% -
XYZ 5.19 4.51 2.88 -
YUV 60.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 82 53 43 0 0.35 0.48 0.68 15.38 0.31 0.25
Hex 52 35 2B 0 23 30 44 F 1F 19
Octal 122 65 53 0 43 60 104 17 37 31
Binary 1010010 110101 101011 0 100011 110000 1000100 1111 11111 11001

Color Harmonies of #52352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52352B

Black with #52352B

Text Example


Text Example

White with #52352B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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