Html Css Color HEX #513010 Baker's Chocolate

📋 copy color: '#513010'

red 81 ◦ green 48 ◦ blue 16

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

Shades of Baker's Chocolate #513010

Tints of Baker's Chocolate #513010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.1%

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

R = 55.86%
G = 33.1%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#513010 (or 0x513010) is known color: Baker's Chocolate. HEX triplet: 51, 30 and 10. RGB value is (81,48,16). Sum of RGB (Red+Green+Blue) = 81+48+16=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #513010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513010 is #AECFEF. Grayscale: #363636. Windows color (decimal): -11456496 or 1060945. OLE color: 1060945.

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

Color convert

RGB 81 48 16 -
CMYK 0 0.41 0.80 0.68
HSL 29.54º 0.67% 0.19% -
HSV(B) 29.54º 0.8% 0.32% -
XYZ 4.54 3.9 1 -
YUV 54.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 81 48 16 0 0.41 0.80 0.68 29.54 0.67 0.19
Hex 51 30 10 0 29 50 44 1E 43 13
Octal 121 60 20 0 51 120 104 36 103 23
Binary 1010001 110000 10000 0 101001 1010000 1000100 11110 1000011 10011

Color Harmonies of #513010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513010

Black with #513010

Text Example


Text Example

White with #513010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513010; }

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

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

background-color css

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

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

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

border-color css

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

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

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