#51280C

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

Shades of Baker's Chocolate #51280C

Tints of Baker's Chocolate #51280C

Color information

#51280C (or 0x51280C) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 28 and 0C. RGB value is (81,40,12). Sum of RGB (Red+Green+Blue) = 81+40+12=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #51280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51280C is #AED7F3. Grayscale: #313131. Windows color (decimal): -11458548 or 796753. OLE color: 796753.

HSL color Cylindrical-coordinate representation of color #51280C: hue angle of 24.35º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51280C is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB814012-
CMYK00.510.850.68
HSL24.35º74.19%18.24%-
HSV(B)24.35º85.19%31.76%-
XYZ4.223.290.76-
YUV49.07107.08150.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.90%
GREEN value IS 40 (16.02% from 255) = 30.08%
BLUE value IS 12 (5.08% from 255) = 9.02%
R=60.90%
G=30.08%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81401200.510.850.6824.3574.1918.24
Hex5128C0335544184a12
Octal12150140631251043011222
Binary1010001101000110001100111010101100010011000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51280C; }

 p { color: rgb(81,40,12); }

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

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

 a { background-color: rgb(81,40,12); }

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

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

 span { border-color: rgb(81,40,12); }

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