Html Css Color HEX #513230 Espresso

📋 copy color: '#513230'

red 81 ◦ green 50 ◦ blue 48

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

Shades of Espresso #513230

Tints of Espresso #513230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.82%

R = 45.25%
G = 27.93%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#513230 (or 0x513230) is known color: Espresso. HEX triplet: 51, 32 and 30. RGB value is (81,50,48). Sum of RGB (Red+Green+Blue) = 81+50+48=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #513230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513230 is #AECDCF. Grayscale: #3B3B3B. Windows color (decimal): -11455952 or 3158609. OLE color: 3158609.

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

Color convert

RGB 81 50 48 -
CMYK 0 0.38 0.41 0.68
HSL 3.64º 0.26% 0.25% -
HSV(B) 3.64º 0.41% 0.32% -
XYZ 5.07 4.24 3.35 -
YUV 59.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 81 50 48 0 0.38 0.41 0.68 3.64 0.26 0.25
Hex 51 32 30 0 26 29 44 4 1A 19
Octal 121 62 60 0 46 51 104 4 32 31
Binary 1010001 110010 110000 0 100110 101001 1000100 100 11010 11001

Color Harmonies of #513230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513230

Black with #513230

Text Example


Text Example

White with #513230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513230; }

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

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

background-color css

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

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

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

border-color css

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

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

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