Html Css Color HEX #513311 Baker's Chocolate

📋 copy color: '#513311'

red 81 ◦ green 51 ◦ blue 17

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

Shades of Baker's Chocolate #513311

Tints of Baker's Chocolate #513311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.23%

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

R = 54.36%
G = 34.23%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#513311 (or 0x513311) is known color: Baker's Chocolate. HEX triplet: 51, 33 and 11. RGB value is (81,51,17). Sum of RGB (Red+Green+Blue) = 81+51+17=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #513311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513311 is #AECCEE. Grayscale: #383838. Windows color (decimal): -11455727 or 1127249. OLE color: 1127249.

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

Color convert

RGB 81 51 17 -
CMYK 0 0.37 0.79 0.68
HSL 31.88º 0.65% 0.19% -
HSV(B) 31.88º 0.79% 0.32% -
XYZ 4.68 4.16 1.09 -
YUV 56.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 81 51 17 0 0.37 0.79 0.68 31.88 0.65 0.19
Hex 51 33 11 0 25 4F 44 20 41 13
Octal 121 63 21 0 45 117 104 40 101 23
Binary 1010001 110011 10001 0 100101 1001111 1000100 100000 1000001 10011

Color Harmonies of #513311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513311

Black with #513311

Text Example


Text Example

White with #513311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513311; }

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

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

background-color css

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

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

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

border-color css

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

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

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