#512901

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

Shades of Baker's Chocolate #512901

Tints of Baker's Chocolate #512901

Color information

#512901 (or 0x512901) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 29 and 01. RGB value is (81,41,1). Sum of RGB (Red+Green+Blue) = 81+41+1=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #512901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512901 is #AED6FE. Grayscale: #303030. Windows color (decimal): -11458303 or 76113. OLE color: 76113.

HSL color Cylindrical-coordinate representation of color #512901: hue angle of 30º 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 #512901 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB81411-
CMYK00.490.990.68
HSL30º97.56%16.08%-
HSV(B)30º98.77%31.76%-
XYZ4.193.340.45-
YUV48.4101.25151.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.85%
GREEN value IS 41 (16.41% from 255) = 33.33%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=65.85%
G=33.33%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8141100.490.990.683097.5616.08
Hex5129103163441e6210
Octal1215110611431043614220
Binary1010001101001101100011100011100010011110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512901; }

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

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

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

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

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

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

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

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