#512B0B

Color #512B0B Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #512B0B

Tints of Baker's Chocolate #512B0B

Color information

#512B0B (or 0x512B0B) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 2B and 0B. RGB value is (81,43,11). Sum of RGB (Red+Green+Blue) = 81+43+11=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #512B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512B0B is #AED4F4. Grayscale: #323232. Windows color (decimal): -11457781 or 731985. OLE color: 731985.

HSL color Cylindrical-coordinate representation of color #512B0B: hue angle of 27.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #512B0B is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB814311-
CMYK00.470.860.68
HSL27.43º76.09%18.04%-
HSV(B)27.43º86.42%31.76%-
XYZ4.323.50.76-
YUV50.71105.59149.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60%
GREEN value IS 43 (17.19% from 255) = 31.85%
BLUE value IS 11 (4.69% from 255) = 8.15%
R=60%
G=31.85%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81431100.470.860.6827.4376.0918.04
Hex512BB02F56441b4c12
Octal12153130571261043311422
Binary1010001101011101101011111010110100010011011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512B0B; }

 p { color: rgb(81,43,11); }

 H1.HeaderClassName
 {
   color: #512B0B;
 }
 .AnyTagClassName
 {
   color: #512B0B;
 }
</style>
background-color css

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

 a { background-color: rgb(81,43,11); }

 div.DivClassName
 {
   background-color: #512B0B;
 }
 .BgClassName
 {
   background-color: #512B0B;
 }
</style>
border-color css

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

 span { border-color: rgb(81,43,11); }

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