Html Css Color HEX #52302C Espresso

📋 copy color: '#52302C'

red 82 ◦ green 48 ◦ blue 44

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

Shades of Espresso #52302C

Tints of Espresso #52302C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.59%

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

R = 47.13%
G = 27.59%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#52302C (or 0x52302C) is known color: Espresso. HEX triplet: 52, 30 and 2C. RGB value is (82,48,44). Sum of RGB (Red+Green+Blue) = 82+48+44=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #52302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52302C is #ADCFD3. Grayscale: #393939. Windows color (decimal): -11390932 or 2895954. OLE color: 2895954.

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

Color convert

RGB 82 48 44 -
CMYK 0 0.41 0.46 0.68
HSL 6.32º 0.3% 0.25% -
HSV(B) 6.32º 0.46% 0.32% -
XYZ 4.99 4.09 2.91 -
YUV 57.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 82 48 44 0 0.41 0.46 0.68 6.32 0.3 0.25
Hex 52 30 2C 0 29 2E 44 6 1E 19
Octal 122 60 54 0 51 56 104 6 36 31
Binary 1010010 110000 101100 0 101001 101110 1000100 110 11110 11001

Color Harmonies of #52302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52302C

Black with #52302C

Text Example


Text Example

White with #52302C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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