Html Css Color HEX #52322E Espresso

📋 copy color: '#52322E'

red 82 ◦ green 50 ◦ blue 46

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

Shades of Espresso #52322E

Tints of Espresso #52322E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.09%

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

R = 46.07%
G = 28.09%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#52322E (or 0x52322E) is known color: Espresso. HEX triplet: 52, 32 and 2E. RGB value is (82,50,46). Sum of RGB (Red+Green+Blue) = 82+50+46=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #52322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52322E is #ADCDD1. Grayscale: #3B3B3B. Windows color (decimal): -11390418 or 3027538. OLE color: 3027538.

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

Color convert

RGB 82 50 46 -
CMYK 0 0.39 0.44 0.68
HSL 6.67º 0.28% 0.25% -
HSV(B) 6.67º 0.44% 0.32% -
XYZ 5.11 4.27 3.14 -
YUV 59.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 82 50 46 0 0.39 0.44 0.68 6.67 0.28 0.25
Hex 52 32 2E 0 27 2C 44 7 1C 19
Octal 122 62 56 0 47 54 104 7 34 31
Binary 1010010 110010 101110 0 100111 101100 1000100 111 11100 11001

Color Harmonies of #52322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52322E

Black with #52322E

Text Example


Text Example

White with #52322E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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