Html Css Color HEX #513210 Baker's Chocolate

📋 copy color: '#513210'

red 81 ◦ green 50 ◦ blue 16

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

Shades of Baker's Chocolate #513210

Tints of Baker's Chocolate #513210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.88%

R = 55.1%
G = 34.01%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#513210 (or 0x513210) is known color: Baker's Chocolate. HEX triplet: 51, 32 and 10. RGB value is (81,50,16). Sum of RGB (Red+Green+Blue) = 81+50+16=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #513210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513210 is #AECDEF. Grayscale: #373737. Windows color (decimal): -11455984 or 1061457. OLE color: 1061457.

HSL color Cylindrical-coordinate representation of color #513210: hue angle of 31.38º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #513210 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 50 16 -
CMYK 0 0.38 0.80 0.68
HSL 31.38º 0.67% 0.19% -
HSV(B) 31.38º 0.8% 0.32% -
XYZ 4.63 4.07 1.03 -
YUV 55.39 105.77 146.26 -
System Red Green Blue C M Y K H S L
Decimal 81 50 16 0 0.38 0.80 0.68 31.38 0.67 0.19
Hex 51 32 10 0 26 50 44 1F 43 13
Octal 121 62 20 0 46 120 104 37 103 23
Binary 1010001 110010 10000 0 100110 1010000 1000100 11111 1000011 10011

Color Harmonies of #513210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513210

Black with #513210

Text Example


Text Example

White with #513210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513210; }

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

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

background-color css

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

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

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

border-color css

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

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

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