Html Css Color HEX #53322A Espresso

📋 copy color: '#53322A'

red 83 ◦ green 50 ◦ blue 42

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

Shades of Espresso #53322A

Tints of Espresso #53322A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24%

R = 47.43%
G = 28.57%
B = 24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#53322A (or 0x53322A) is known color: Espresso. HEX triplet: 53, 32 and 2A. RGB value is (83,50,42). Sum of RGB (Red+Green+Blue) = 83+50+42=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #53322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53322A is #ACCDD5. Grayscale: #3B3B3B. Windows color (decimal): -11324886 or 2765395. OLE color: 2765395.

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

Color convert

RGB 83 50 42 -
CMYK 0 0.40 0.49 0.67
HSL 11.71º 0.33% 0.25% -
HSV(B) 11.71º 0.49% 0.33% -
XYZ 5.13 4.29 2.75 -
YUV 58.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 83 50 42 0 0.40 0.49 0.67 11.71 0.33 0.25
Hex 53 32 2A 0 28 31 43 C 21 19
Octal 123 62 52 0 50 61 103 14 41 31
Binary 1010011 110010 101010 0 101000 110001 1000011 1100 100001 11001

Color Harmonies of #53322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53322A

Black with #53322A

Text Example


Text Example

White with #53322A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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