Html Css Color HEX #513412 Baker's Chocolate

📋 copy color: '#513412'

red 81 ◦ green 52 ◦ blue 18

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

Shades of Baker's Chocolate #513412

Tints of Baker's Chocolate #513412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.44%

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

R = 53.64%
G = 34.44%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#513412 (or 0x513412) is known color: Baker's Chocolate. HEX triplet: 51, 34 and 12. RGB value is (81,52,18). Sum of RGB (Red+Green+Blue) = 81+52+18=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #513412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513412 is #AECBED. Grayscale: #383838. Windows color (decimal): -11455470 or 1193041. OLE color: 1193041.

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

Color convert

RGB 81 52 18 -
CMYK 0 0.36 0.78 0.68
HSL 32.38º 0.64% 0.19% -
HSV(B) 32.38º 0.78% 0.32% -
XYZ 4.73 4.25 1.14 -
YUV 56.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 81 52 18 0 0.36 0.78 0.68 32.38 0.64 0.19
Hex 51 34 12 0 24 4E 44 20 40 13
Octal 121 64 22 0 44 116 104 40 100 23
Binary 1010001 110100 10010 0 100100 1001110 1000100 100000 1000000 10011

Color Harmonies of #513412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513412

Black with #513412

Text Example


Text Example

White with #513412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513412; }

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

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

background-color css

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

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

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

border-color css

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

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

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