#512904

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

Shades of Baker's Chocolate #512904

Tints of Baker's Chocolate #512904

Color information

#512904 (or 0x512904) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 29 and 04. RGB value is (81,41,4). Sum of RGB (Red+Green+Blue) = 81+41+4=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #512904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512904 is #AED6FB. Grayscale: #303030. Windows color (decimal): -11458300 or 272721. OLE color: 272721.

HSL color Cylindrical-coordinate representation of color #512904: hue angle of 28.83º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #512904 is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB81414-
CMYK00.490.950.68
HSL28.83º90.59%16.67%-
HSV(B)28.83º95.06%31.76%-
XYZ4.213.340.54-
YUV48.74102.75151.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.29%
GREEN value IS 41 (16.41% from 255) = 32.54%
BLUE value IS 4 (1.95% from 255) = 3.17%
R=64.29%
G=32.54%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8141400.490.950.6828.8390.5916.67
Hex512940315F441d5b11
Octal1215140611371043513321
Binary101000110100110001100011011111100010011101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512904; }

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

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

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

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

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

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

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

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