#51360C

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

Shades of Baker's Chocolate #51360C

Tints of Baker's Chocolate #51360C

Color information

#51360C (or 0x51360C) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 36 and 0C. RGB value is (81,54,12). Sum of RGB (Red+Green+Blue) = 81+54+12=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #51360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51360C is #AEC9F3. Grayscale: #393939. Windows color (decimal): -11454964 or 800337. OLE color: 800337.

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

Color convert

RGB815412-
CMYK00.330.850.68
HSL36.52º74.19%18.24%-
HSV(B)36.52º85.19%31.76%-
XYZ4.784.410.95-
YUV57.28102.45144.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.10%
GREEN value IS 54 (21.48% from 255) = 36.73%
BLUE value IS 12 (5.08% from 255) = 8.16%
R=55.10%
G=36.73%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81541200.330.850.6836.5274.1918.24
Hex5136C0215544254a12
Octal12166140411251044511222
Binary10100011101101100010000110101011000100100101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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