#51240B

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

Shades of Baker's Chocolate #51240B

Tints of Baker's Chocolate #51240B

Color information

#51240B (or 0x51240B) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 24 and 0B. RGB value is (81,36,11). Sum of RGB (Red+Green+Blue) = 81+36+11=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #51240B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51240B is #AEDBF4. Grayscale: #2E2E2E. Windows color (decimal): -11459573 or 730193. OLE color: 730193.

HSL color Cylindrical-coordinate representation of color #51240B: hue angle of 21.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 #51240B is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB813611-
CMYK00.560.860.68
HSL21.43º76.09%18.04%-
HSV(B)21.43º86.42%31.76%-
XYZ4.083.040.69-
YUV46.6107.91152.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.28%
GREEN value IS 36 (14.45% from 255) = 28.12%
BLUE value IS 11 (4.69% from 255) = 8.59%
R=63.28%
G=28.12%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81361100.560.860.6821.4376.0918.04
Hex5124B0385644154c12
Octal12144130701261042511422
Binary1010001100100101101110001010110100010010101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51240B; }

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

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

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

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

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

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

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

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