#51330B

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

Shades of Baker's Chocolate #51330B

Tints of Baker's Chocolate #51330B

Color information

#51330B (or 0x51330B) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 33 and 0B. RGB value is (81,51,11). Sum of RGB (Red+Green+Blue) = 81+51+11=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #51330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51330B is #AECCF4. Grayscale: #373737. Windows color (decimal): -11455733 or 734033. OLE color: 734033.

HSL color Cylindrical-coordinate representation of color #51330B: hue angle of 34.29º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51330B is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB815111-
CMYK00.370.860.68
HSL34.29º76.09%18.04%-
HSV(B)34.29º86.42%31.76%-
XYZ4.644.140.87-
YUV55.41102.94146.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.64%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 11 (4.69% from 255) = 7.69%
R=56.64%
G=35.66%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81511100.370.860.6834.2976.0918.04
Hex5133B0255644224c12
Octal12163130451261044211422
Binary10100011100111011010010110101101000100100010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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