#51320D

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

Shades of Baker's Chocolate #51320D

Tints of Baker's Chocolate #51320D

Color information

#51320D (or 0x51320D) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 32 and 0D. RGB value is (81,50,13). Sum of RGB (Red+Green+Blue) = 81+50+13=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51320D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51320D is #AECDF2. Grayscale: #373737. Windows color (decimal): -11455987 or 864849. OLE color: 864849.

HSL color Cylindrical-coordinate representation of color #51320D: hue angle of 32.65º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51320D is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB815013-
CMYK00.380.840.68
HSL32.65º72.34%18.43%-
HSV(B)32.65º83.95%31.76%-
XYZ4.614.060.92-
YUV55.05104.27146.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.25%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 13 (5.47% from 255) = 9.03%
R=56.25%
G=34.72%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81501300.380.840.6832.6572.3418.43
Hex5132D0265444214812
Octal12162150461241044111022
Binary10100011100101101010011010101001000100100001100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51320D; }

 p { color: rgb(81,50,13); }

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

<style>
 a { background-color: #51320D; }

 a { background-color: rgb(81,50,13); }

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

<style>
 span { border-color: #51320D; }

 span { border-color: rgb(81,50,13); }

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