Html Css Color HEX #513811 Baker's Chocolate

📋 copy color: '#513811'

red 81 ◦ green 56 ◦ blue 17

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

Shades of Baker's Chocolate #513811

Tints of Baker's Chocolate #513811

RGB

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

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

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

R = 52.6%
G = 36.36%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#513811 (or 0x513811) is known color: Baker's Chocolate. HEX triplet: 51, 38 and 11. RGB value is (81,56,17). Sum of RGB (Red+Green+Blue) = 81+56+17=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #513811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513811 is #AEC7EE. Grayscale: #3B3B3B. Windows color (decimal): -11454447 or 1128529. OLE color: 1128529.

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

Color convert

RGB 81 56 17 -
CMYK 0 0.31 0.79 0.68
HSL 36.56º 0.65% 0.19% -
HSV(B) 36.56º 0.79% 0.32% -
XYZ 4.91 4.62 1.16 -
YUV 59.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 81 56 17 0 0.31 0.79 0.68 36.56 0.65 0.19
Hex 51 38 11 0 1F 4F 44 25 41 13
Octal 121 70 21 0 37 117 104 45 101 23
Binary 1010001 111000 10001 0 11111 1001111 1000100 100101 1000001 10011

Color Harmonies of #513811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513811

Black with #513811

Text Example


Text Example

White with #513811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513811; }

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

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

background-color css

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

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

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

border-color css

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

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

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