Html Css Color HEX #513229 Espresso

📋 copy color: '#513229'

red 81 ◦ green 50 ◦ blue 41

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

Shades of Espresso #513229

Tints of Espresso #513229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.84%

R = 47.09%
G = 29.07%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#513229 (or 0x513229) is known color: Espresso. HEX triplet: 51, 32 and 29. RGB value is (81,50,41). Sum of RGB (Red+Green+Blue) = 81+50+41=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #513229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513229 is #AECDD6. Grayscale: #3A3A3A. Windows color (decimal): -11455959 or 2699857. OLE color: 2699857.

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

Color convert

RGB 81 50 41 -
CMYK 0 0.38 0.49 0.68
HSL 13.5º 0.33% 0.24% -
HSV(B) 13.5º 0.49% 0.32% -
XYZ 4.93 4.19 2.65 -
YUV 58.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 81 50 41 0 0.38 0.49 0.68 13.5 0.33 0.24
Hex 51 32 29 0 26 31 44 E 21 18
Octal 121 62 51 0 46 61 104 16 41 30
Binary 1010001 110010 101001 0 100110 110001 1000100 1110 100001 11000

Color Harmonies of #513229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513229

Black with #513229

Text Example


Text Example

White with #513229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513229; }

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

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

background-color css

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

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

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

border-color css

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

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

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