Html Css Color HEX #513513 Baker's Chocolate

📋 copy color: '#513513'

red 81 ◦ green 53 ◦ blue 19

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

Shades of Baker's Chocolate #513513

Tints of Baker's Chocolate #513513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.64%

 BLUE value IS 19 (7.81% from 255) = 12.42%

R = 52.94%
G = 34.64%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#513513 (or 0x513513) is known color: Baker's Chocolate. HEX triplet: 51, 35 and 13. RGB value is (81,53,19). Sum of RGB (Red+Green+Blue) = 81+53+19=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #513513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513513 is #AECAEC. Grayscale: #393939. Windows color (decimal): -11455213 or 1258833. OLE color: 1258833.

HSL color Cylindrical-coordinate representation of color #513513: hue angle of 32.9º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #513513 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 53 19 -
CMYK 0 0.35 0.77 0.68
HSL 32.9º 0.62% 0.2% -
HSV(B) 32.9º 0.77% 0.32% -
XYZ 4.78 4.34 1.2 -
YUV 57.5 106.28 144.76 -
System Red Green Blue C M Y K H S L
Decimal 81 53 19 0 0.35 0.77 0.68 32.9 0.62 0.2
Hex 51 35 13 0 23 4D 44 21 3E 14
Octal 121 65 23 0 43 115 104 41 76 24
Binary 1010001 110101 10011 0 100011 1001101 1000100 100001 111110 10100

Color Harmonies of #513513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513513

Black with #513513

Text Example


Text Example

White with #513513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513513; }

 p { color: rgb(81,53,19); }

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

background-color css

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

 a { background-color: rgb(81,53,19); }

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

border-color css

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

 span { border-color: rgb(81,53,19); }

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