#51370A

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

Shades of Baker's Chocolate #51370A

Tints of Baker's Chocolate #51370A

Color information

#51370A (or 0x51370A) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 37 and 0A. RGB value is (81,55,10). Sum of RGB (Red+Green+Blue) = 81+55+10=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #51370A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51370A is #AEC8F5. Grayscale: #393939. Windows color (decimal): -11454710 or 669521. OLE color: 669521.

HSL color Cylindrical-coordinate representation of color #51370A: hue angle of 38.03º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #51370A is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB815510-
CMYK00.320.880.68
HSL38.03º78.02%17.84%-
HSV(B)38.03º87.65%31.76%-
XYZ4.814.50.9-
YUV57.64101.11144.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.48%
GREEN value IS 55 (21.88% from 255) = 37.67%
BLUE value IS 10 (4.30% from 255) = 6.85%
R=55.48%
G=37.67%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81551000.320.880.6838.0378.0217.84
Hex5137A0205844264e12
Octal12167120401301044611622
Binary10100011101111010010000010110001000100100110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51370A; }

 p { color: rgb(81,55,10); }

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

<style>
 a { background-color: #51370A; }

 a { background-color: rgb(81,55,10); }

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

<style>
 span { border-color: #51370A; }

 span { border-color: rgb(81,55,10); }

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