#512601

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

Shades of Baker's Chocolate #512601

Tints of Baker's Chocolate #512601

Color information

#512601 (or 0x512601) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 26 and 01. RGB value is (81,38,1). Sum of RGB (Red+Green+Blue) = 81+38+1=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #512601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512601 is #AED9FE. Grayscale: #2E2E2E. Windows color (decimal): -11459071 or 75345. OLE color: 75345.

HSL color Cylindrical-coordinate representation of color #512601: hue angle of 27.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #512601 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB81381-
CMYK00.530.990.68
HSL27.75º97.56%16.08%-
HSV(B)27.75º98.77%31.76%-
XYZ4.093.140.42-
YUV46.64102.25152.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 67.5%
GREEN value IS 38 (15.23% from 255) = 31.67%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=67.5%
G=31.67%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8138100.530.990.6827.7597.5616.08
Hex5126103563441c6210
Octal1214610651431043414220
Binary1010001100110101101011100011100010011100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512601; }

 p { color: rgb(81,38,1); }

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

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

 a { background-color: rgb(81,38,1); }

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

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

 span { border-color: rgb(81,38,1); }

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