Html Css Color HEX #513231 Espresso

📋 copy color: '#513231'

red 81 ◦ green 50 ◦ blue 49

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

Shades of Espresso #513231

Tints of Espresso #513231

RGB

 RED value IS 81 (32.03% from 255) = 45%

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

 BLUE value IS 49 (19.53% from 255) = 27.22%

R = 45%
G = 27.78%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#513231 (or 0x513231) is known color: Espresso. HEX triplet: 51, 32 and 31. RGB value is (81,50,49). Sum of RGB (Red+Green+Blue) = 81+50+49=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #513231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513231 is #AECDCE. Grayscale: #3B3B3B. Windows color (decimal): -11455951 or 3224145. OLE color: 3224145.

HSL color Cylindrical-coordinate representation of color #513231: hue angle of 1.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #513231 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 50 49 -
CMYK 0 0.38 0.40 0.68
HSL 1.88º 0.25% 0.25% -
HSV(B) 1.88º 0.4% 0.32% -
XYZ 5.09 4.25 3.46 -
YUV 59.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 81 50 49 0 0.38 0.40 0.68 1.88 0.25 0.25
Hex 51 32 31 0 26 28 44 2 19 19
Octal 121 62 61 0 46 50 104 2 31 31
Binary 1010001 110010 110001 0 100110 101000 1000100 10 11001 11001

Color Harmonies of #513231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513231

Black with #513231

Text Example


Text Example

White with #513231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513231; }

 p { color: rgb(81,50,49); }

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

background-color css

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

 a { background-color: rgb(81,50,49); }

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

border-color css

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

 span { border-color: rgb(81,50,49); }

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