Html Css Color HEX #513511 Baker's Chocolate

📋 copy color: '#513511'

red 81 ◦ green 53 ◦ blue 17

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

Shades of Baker's Chocolate #513511

Tints of Baker's Chocolate #513511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.1%

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

R = 53.64%
G = 35.1%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#513511 (or 0x513511) is known color: Baker's Chocolate. HEX triplet: 51, 35 and 11. RGB value is (81,53,17). Sum of RGB (Red+Green+Blue) = 81+53+17=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #513511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513511 is #AECAEE. Grayscale: #393939. Windows color (decimal): -11455215 or 1127761. OLE color: 1127761.

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

Color convert

RGB 81 53 17 -
CMYK 0 0.35 0.79 0.68
HSL 33.75º 0.65% 0.19% -
HSV(B) 33.75º 0.79% 0.32% -
XYZ 4.77 4.34 1.12 -
YUV 57.27 105.28 144.93 -
System Red Green Blue C M Y K H S L
Decimal 81 53 17 0 0.35 0.79 0.68 33.75 0.65 0.19
Hex 51 35 11 0 23 4F 44 22 41 13
Octal 121 65 21 0 43 117 104 42 101 23
Binary 1010001 110101 10001 0 100011 1001111 1000100 100010 1000001 10011

Color Harmonies of #513511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513511

Black with #513511

Text Example


Text Example

White with #513511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513511; }

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

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

background-color css

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

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

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

border-color css

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

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

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