Html Css Color HEX #513711 Baker's Chocolate

📋 copy color: '#513711'

red 81 ◦ green 55 ◦ blue 17

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

Shades of Baker's Chocolate #513711

Tints of Baker's Chocolate #513711

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.95%

 BLUE value IS 17 (7.03% from 255) = 11.11%

R = 52.94%
G = 35.95%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#513711 (or 0x513711) is known color: Baker's Chocolate. HEX triplet: 51, 37 and 11. RGB value is (81,55,17). Sum of RGB (Red+Green+Blue) = 81+55+17=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #513711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513711 is #AEC8EE. Grayscale: #3A3A3A. Windows color (decimal): -11454703 or 1128273. OLE color: 1128273.

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

Color convert

RGB 81 55 17 -
CMYK 0 0.32 0.79 0.68
HSL 35.63º 0.65% 0.19% -
HSV(B) 35.63º 0.79% 0.32% -
XYZ 4.86 4.52 1.15 -
YUV 58.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 81 55 17 0 0.32 0.79 0.68 35.63 0.65 0.19
Hex 51 37 11 0 20 4F 44 24 41 13
Octal 121 67 21 0 40 117 104 44 101 23
Binary 1010001 110111 10001 0 100000 1001111 1000100 100100 1000001 10011

Color Harmonies of #513711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513711

Black with #513711

Text Example


Text Example

White with #513711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513711; }

 p { color: rgb(81,55,17); }

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

background-color css

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

 a { background-color: rgb(81,55,17); }

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

border-color css

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

 span { border-color: rgb(81,55,17); }

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