#51380F

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

Shades of Baker's Chocolate #51380F

Tints of Baker's Chocolate #51380F

Color information

#51380F (or 0x51380F) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 38 and 0F. RGB value is (81,56,15). Sum of RGB (Red+Green+Blue) = 81+56+15=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #51380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51380F is #AEC7F0. Grayscale: #3A3A3A. Windows color (decimal): -11454449 or 997457. OLE color: 997457.

HSL color Cylindrical-coordinate representation of color #51380F: hue angle of 37.27º 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 #51380F is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.68.

Color convert

RGB815615-
CMYK00.310.810.68
HSL37.27º68.75%18.82%-
HSV(B)37.27º81.48%31.76%-
XYZ4.894.611.08-
YUV58.8103.28143.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.29%
GREEN value IS 56 (22.27% from 255) = 36.84%
BLUE value IS 15 (6.25% from 255) = 9.87%
R=53.29%
G=36.84%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81561500.310.810.6837.2768.7518.82
Hex5138F01F5144254513
Octal12170170371211044510523
Binary1010001111000111101111110100011000100100101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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