#51330C

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

Shades of Baker's Chocolate #51330C

Tints of Baker's Chocolate #51330C

Color information

#51330C (or 0x51330C) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 33 and 0C. RGB value is (81,51,12). Sum of RGB (Red+Green+Blue) = 81+51+12=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51330C is #AECCF3. Grayscale: #373737. Windows color (decimal): -11455732 or 799569. OLE color: 799569.

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

Color convert

RGB815112-
CMYK00.370.850.68
HSL33.91º74.19%18.24%-
HSV(B)33.91º85.19%31.76%-
XYZ4.644.140.9-
YUV55.52103.44146.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.25%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 12 (5.08% from 255) = 8.33%
R=56.25%
G=35.42%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81511200.370.850.6833.9174.1918.24
Hex5133C0255544224a12
Octal12163140451251044211222
Binary10100011100111100010010110101011000100100010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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