#51310C

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

Shades of Baker's Chocolate #51310C

Tints of Baker's Chocolate #51310C

Color information

#51310C (or 0x51310C) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 31 and 0C. RGB value is (81,49,12). Sum of RGB (Red+Green+Blue) = 81+49+12=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #51310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51310C is #AECEF3. Grayscale: #363636. Windows color (decimal): -11456244 or 799057. OLE color: 799057.

HSL color Cylindrical-coordinate representation of color #51310C: hue angle of 32.17º 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 #51310C is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB814912-
CMYK00.400.850.68
HSL32.17º74.19%18.24%-
HSV(B)32.17º85.19%31.76%-
XYZ4.563.970.87-
YUV54.35104.1147.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.04%
GREEN value IS 49 (19.53% from 255) = 34.51%
BLUE value IS 12 (5.08% from 255) = 8.45%
R=57.04%
G=34.51%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81491200.400.850.6832.1774.1918.24
Hex5131C0285544204a12
Octal12161140501251044011222
Binary10100011100011100010100010101011000100100000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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