Html Css Color HEX #513810 Baker's Chocolate

📋 copy color: '#513810'

red 81 ◦ green 56 ◦ blue 16

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

Shades of Baker's Chocolate #513810

Tints of Baker's Chocolate #513810

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.6%

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

R = 52.94%
G = 36.6%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#513810 (or 0x513810) is known color: Baker's Chocolate. HEX triplet: 51, 38 and 10. RGB value is (81,56,16). Sum of RGB (Red+Green+Blue) = 81+56+16=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #513810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513810 is #AEC7EF. Grayscale: #3B3B3B. Windows color (decimal): -11454448 or 1062993. OLE color: 1062993.

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

Color convert

RGB 81 56 16 -
CMYK 0 0.31 0.80 0.68
HSL 36.92º 0.67% 0.19% -
HSV(B) 36.92º 0.8% 0.32% -
XYZ 4.9 4.62 1.12 -
YUV 58.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 81 56 16 0 0.31 0.80 0.68 36.92 0.67 0.19
Hex 51 38 10 0 1F 50 44 25 43 13
Octal 121 70 20 0 37 120 104 45 103 23
Binary 1010001 111000 10000 0 11111 1010000 1000100 100101 1000011 10011

Color Harmonies of #513810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513810

Black with #513810

Text Example


Text Example

White with #513810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513810; }

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

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

background-color css

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

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

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

border-color css

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

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

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