Html Css Color HEX #513713 Baker's Chocolate

📋 copy color: '#513713'

red 81 ◦ green 55 ◦ blue 19

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

Shades of Baker's Chocolate #513713

Tints of Baker's Chocolate #513713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.48%

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

R = 52.26%
G = 35.48%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#513713 (or 0x513713) is known color: Baker's Chocolate. HEX triplet: 51, 37 and 13. RGB value is (81,55,19). Sum of RGB (Red+Green+Blue) = 81+55+19=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #513713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513713 is #AEC8EC. Grayscale: #3A3A3A. Windows color (decimal): -11454701 or 1259345. OLE color: 1259345.

HSL color Cylindrical-coordinate representation of color #513713: hue angle of 34.84º 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 #513713 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 55 19 -
CMYK 0 0.32 0.77 0.68
HSL 34.84º 0.62% 0.2% -
HSV(B) 34.84º 0.77% 0.32% -
XYZ 4.88 4.53 1.23 -
YUV 58.67 105.61 143.93 -
System Red Green Blue C M Y K H S L
Decimal 81 55 19 0 0.32 0.77 0.68 34.84 0.62 0.2
Hex 51 37 13 0 20 4D 44 23 3E 14
Octal 121 67 23 0 40 115 104 43 76 24
Binary 1010001 110111 10011 0 100000 1001101 1000100 100011 111110 10100

Color Harmonies of #513713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513713

Black with #513713

Text Example


Text Example

White with #513713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513713; }

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

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

background-color css

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

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

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

border-color css

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

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

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