Html Css Color HEX #513112 Baker's Chocolate

📋 copy color: '#513112'

red 81 ◦ green 49 ◦ blue 18

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

Shades of Baker's Chocolate #513112

Tints of Baker's Chocolate #513112

RGB

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

 GREEN value IS 49 (19.53% from 255) = 33.11%

 BLUE value IS 18 (7.42% from 255) = 12.16%

R = 54.73%
G = 33.11%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#513112 (or 0x513112) is known color: Baker's Chocolate. HEX triplet: 51, 31 and 12. RGB value is (81,49,18). Sum of RGB (Red+Green+Blue) = 81+49+18=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #513112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513112 is #AECEED. Grayscale: #373737. Windows color (decimal): -11456238 or 1192273. OLE color: 1192273.

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

Color convert

RGB 81 49 18 -
CMYK 0 0.40 0.78 0.68
HSL 29.52º 0.64% 0.19% -
HSV(B) 29.52º 0.78% 0.32% -
XYZ 4.6 3.99 1.1 -
YUV 55.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 81 49 18 0 0.40 0.78 0.68 29.52 0.64 0.19
Hex 51 31 12 0 28 4E 44 1E 40 13
Octal 121 61 22 0 50 116 104 36 100 23
Binary 1010001 110001 10010 0 101000 1001110 1000100 11110 1000000 10011

Color Harmonies of #513112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513112

Black with #513112

Text Example


Text Example

White with #513112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513112; }

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

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

background-color css

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

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

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

border-color css

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

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

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