#51330D

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

Shades of Baker's Chocolate #51330D

Tints of Baker's Chocolate #51330D

Color information

#51330D (or 0x51330D) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 33 and 0D. RGB value is (81,51,13). Sum of RGB (Red+Green+Blue) = 81+51+13=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #51330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51330D is #AECCF2. Grayscale: #373737. Windows color (decimal): -11455731 or 865105. OLE color: 865105.

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

Color convert

RGB815113-
CMYK00.370.840.68
HSL33.53º72.34%18.43%-
HSV(B)33.53º83.95%31.76%-
XYZ4.654.150.94-
YUV55.64103.94146.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.86%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 13 (5.47% from 255) = 8.97%
R=55.86%
G=35.17%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81511300.370.840.6833.5372.3418.43
Hex5133D0255444224812
Octal12163150451241044211022
Binary10100011100111101010010110101001000100100010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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