Html Css Color HEX #52332E Espresso

📋 copy color: '#52332E'

red 82 ◦ green 51 ◦ blue 46

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

Shades of Espresso #52332E

Tints of Espresso #52332E

RGB

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

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

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

R = 45.81%
G = 28.49%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#52332E (or 0x52332E) is known color: Espresso. HEX triplet: 52, 33 and 2E. RGB value is (82,51,46). Sum of RGB (Red+Green+Blue) = 82+51+46=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #52332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52332E is #ADCCD1. Grayscale: #3B3B3B. Windows color (decimal): -11390162 or 3027794. OLE color: 3027794.

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

Color convert

RGB 82 51 46 -
CMYK 0 0.38 0.44 0.68
HSL 8.33º 0.28% 0.25% -
HSV(B) 8.33º 0.44% 0.32% -
XYZ 5.16 4.36 3.15 -
YUV 59.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 82 51 46 0 0.38 0.44 0.68 8.33 0.28 0.25
Hex 52 33 2E 0 26 2C 44 8 1C 19
Octal 122 63 56 0 46 54 104 10 34 31
Binary 1010010 110011 101110 0 100110 101100 1000100 1000 11100 11001

Color Harmonies of #52332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52332E

Black with #52332E

Text Example


Text Example

White with #52332E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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