#512902

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

Shades of Baker's Chocolate #512902

Tints of Baker's Chocolate #512902

Color information

#512902 (or 0x512902) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 29 and 02. RGB value is (81,41,2). Sum of RGB (Red+Green+Blue) = 81+41+2=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #512902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512902 is #AED6FD. Grayscale: #303030. Windows color (decimal): -11458302 or 141649. OLE color: 141649.

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

Color convert

RGB81412-
CMYK00.490.980.68
HSL29.62º95.18%16.27%-
HSV(B)29.62º97.53%31.76%-
XYZ4.23.340.48-
YUV48.51101.75151.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.32%
GREEN value IS 41 (16.41% from 255) = 33.06%
BLUE value IS 2 (1.17% from 255) = 1.61%
R=65.32%
G=33.06%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8141200.490.980.6829.6295.1816.27
Hex5129203162441e5f10
Octal1215120611421043613720
Binary10100011010011001100011100010100010011110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512902; }

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

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

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

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

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

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

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

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