Html Css Color HEX #52302E Espresso

📋 copy color: '#52302E'

red 82 ◦ green 48 ◦ blue 46

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

Shades of Espresso #52302E

Tints of Espresso #52302E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.14%

R = 46.59%
G = 27.27%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#52302E (or 0x52302E) is known color: Espresso. HEX triplet: 52, 30 and 2E. RGB value is (82,48,46). Sum of RGB (Red+Green+Blue) = 82+48+46=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #52302E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52302E is #ADCFD1. Grayscale: #393939. Windows color (decimal): -11390930 or 3027026. OLE color: 3027026.

HSL color Cylindrical-coordinate representation of color #52302E: hue angle of 3.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52302E is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 48 46 -
CMYK 0 0.41 0.44 0.68
HSL 3.33º 0.28% 0.25% -
HSV(B) 3.33º 0.44% 0.32% -
XYZ 5.03 4.11 3.11 -
YUV 57.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 82 48 46 0 0.41 0.44 0.68 3.33 0.28 0.25
Hex 52 30 2E 0 29 2C 44 3 1C 19
Octal 122 60 56 0 51 54 104 3 34 31
Binary 1010010 110000 101110 0 101001 101100 1000100 11 11100 11001

Color Harmonies of #52302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52302E

Black with #52302E

Text Example


Text Example

White with #52302E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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