Html Css Color HEX #53322D Espresso

📋 copy color: '#53322D'

red 83 ◦ green 50 ◦ blue 45

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

Shades of Espresso #53322D

Tints of Espresso #53322D

RGB

 RED value IS 83 (32.81% from 255) = 46.63%

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

 BLUE value IS 45 (17.97% from 255) = 25.28%

R = 46.63%
G = 28.09%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#53322D (or 0x53322D) is known color: Espresso. HEX triplet: 53, 32 and 2D. RGB value is (83,50,45). Sum of RGB (Red+Green+Blue) = 83+50+45=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53322D is #ACCDD2. Grayscale: #3B3B3B. Windows color (decimal): -11324883 or 2962003. OLE color: 2962003.

HSL color Cylindrical-coordinate representation of color #53322D: hue angle of 7.89º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53322D is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 50 45 -
CMYK 0 0.40 0.46 0.67
HSL 7.89º 0.3% 0.25% -
HSV(B) 7.89º 0.46% 0.33% -
XYZ 5.18 4.31 3.04 -
YUV 59.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 83 50 45 0 0.40 0.46 0.67 7.89 0.3 0.25
Hex 53 32 2D 0 28 2E 43 8 1E 19
Octal 123 62 55 0 50 56 103 10 36 31
Binary 1010011 110010 101101 0 101000 101110 1000011 1000 11110 11001

Color Harmonies of #53322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53322D

Black with #53322D

Text Example


Text Example

White with #53322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53322D; }

 p { color: rgb(83,50,45); }

 H1.HeaderClassName
 {
   color: #53322D;
 }
 .AnyTagClassName
 {
   color: #53322D;
 }
</style>

background-color css

<style>
 a { background-color: #53322D; }

 a { background-color: rgb(83,50,45); }

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

border-color css

<style>
 span { border-color: #53322D; }

 span { border-color: rgb(83,50,45); }

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