Html Css Color HEX #52332C Espresso

📋 copy color: '#52332C'

red 82 ◦ green 51 ◦ blue 44

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

Shades of Espresso #52332C

Tints of Espresso #52332C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.81%

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

R = 46.33%
G = 28.81%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#52332C (or 0x52332C) is known color: Espresso. HEX triplet: 52, 33 and 2C. RGB value is (82,51,44). Sum of RGB (Red+Green+Blue) = 82+51+44=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52332C is #ADCCD3. Grayscale: #3B3B3B. Windows color (decimal): -11390164 or 2896722. OLE color: 2896722.

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

Color convert

RGB 82 51 44 -
CMYK 0 0.38 0.46 0.68
HSL 11.05º 0.3% 0.25% -
HSV(B) 11.05º 0.46% 0.32% -
XYZ 5.12 4.34 2.95 -
YUV 59.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 82 51 44 0 0.38 0.46 0.68 11.05 0.3 0.25
Hex 52 33 2C 0 26 2E 44 B 1E 19
Octal 122 63 54 0 46 56 104 13 36 31
Binary 1010010 110011 101100 0 100110 101110 1000100 1011 11110 11001

Color Harmonies of #52332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52332C

Black with #52332C

Text Example


Text Example

White with #52332C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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