Html Css Color HEX #53342E Espresso

📋 copy color: '#53342E'

red 83 ◦ green 52 ◦ blue 46

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

Shades of Espresso #53342E

Tints of Espresso #53342E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.73%

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

R = 45.86%
G = 28.73%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#53342E (or 0x53342E) is known color: Espresso. HEX triplet: 53, 34 and 2E. RGB value is (83,52,46). Sum of RGB (Red+Green+Blue) = 83+52+46=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53342E is #ACCBD1. Grayscale: #3C3C3C. Windows color (decimal): -11324370 or 3028051. OLE color: 3028051.

HSL color Cylindrical-coordinate representation of color #53342E: hue angle of 9.73º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53342E is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 52 46 -
CMYK 0 0.37 0.45 0.67
HSL 9.73º 0.29% 0.25% -
HSV(B) 9.73º 0.45% 0.33% -
XYZ 5.29 4.49 3.17 -
YUV 60.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 83 52 46 0 0.37 0.45 0.67 9.73 0.29 0.25
Hex 53 34 2E 0 25 2D 43 A 1D 19
Octal 123 64 56 0 45 55 103 12 35 31
Binary 1010011 110100 101110 0 100101 101101 1000011 1010 11101 11001

Color Harmonies of #53342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53342E

Black with #53342E

Text Example


Text Example

White with #53342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,52,46); }

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

background-color css

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

 a { background-color: rgb(83,52,46); }

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

border-color css

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

 span { border-color: rgb(83,52,46); }

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