#51330F

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

Shades of Baker's Chocolate #51330F

Tints of Baker's Chocolate #51330F

Color information

#51330F (or 0x51330F) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 33 and 0F. RGB value is (81,51,15). Sum of RGB (Red+Green+Blue) = 81+51+15=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #51330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51330F is #AECCF0. Grayscale: #383838. Windows color (decimal): -11455729 or 996177. OLE color: 996177.

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

Color convert

RGB815115-
CMYK00.370.810.68
HSL32.73º68.75%18.82%-
HSV(B)32.73º81.48%31.76%-
XYZ4.664.151.01-
YUV55.87104.94145.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.10%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 15 (6.25% from 255) = 10.20%
R=55.10%
G=34.69%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81511500.370.810.6832.7368.7518.82
Hex5133F0255144214513
Octal12163170451211044110523
Binary10100011100111111010010110100011000100100001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51330F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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