Html Css Color HEX #52342C Espresso

📋 copy color: '#52342C'

red 82 ◦ green 52 ◦ blue 44

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

Shades of Espresso #52342C

Tints of Espresso #52342C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.21%

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

R = 46.07%
G = 29.21%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#52342C (or 0x52342C) is known color: Espresso. HEX triplet: 52, 34 and 2C. RGB value is (82,52,44). Sum of RGB (Red+Green+Blue) = 82+52+44=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #52342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52342C is #ADCBD3. Grayscale: #3C3C3C. Windows color (decimal): -11389908 or 2896978. OLE color: 2896978.

HSL color Cylindrical-coordinate representation of color #52342C: hue angle of 12.63º 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 #52342C is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 52 44 -
CMYK 0 0.37 0.46 0.68
HSL 12.63º 0.3% 0.25% -
HSV(B) 12.63º 0.46% 0.32% -
XYZ 5.16 4.43 2.97 -
YUV 60.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 82 52 44 0 0.37 0.46 0.68 12.63 0.3 0.25
Hex 52 34 2C 0 25 2E 44 D 1E 19
Octal 122 64 54 0 45 56 104 15 36 31
Binary 1010010 110100 101100 0 100101 101110 1000100 1101 11110 11001

Color Harmonies of #52342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52342C

Black with #52342C

Text Example


Text Example

White with #52342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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