#512603

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

Shades of Baker's Chocolate #512603

Tints of Baker's Chocolate #512603

Color information

#512603 (or 0x512603) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 26 and 03. RGB value is (81,38,3). Sum of RGB (Red+Green+Blue) = 81+38+3=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #512603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512603 is #AED9FC. Grayscale: #2F2F2F. Windows color (decimal): -11459069 or 206417. OLE color: 206417.

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

Color convert

RGB81383-
CMYK00.530.960.68
HSL26.92º92.86%16.47%-
HSV(B)26.92º96.3%31.76%-
XYZ4.13.140.48-
YUV46.87103.25152.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 66.39%
GREEN value IS 38 (15.23% from 255) = 31.15%
BLUE value IS 3 (1.56% from 255) = 2.46%
R=66.39%
G=31.15%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8138300.530.960.6826.9292.8616.47
Hex5126303560441b5d10
Octal1214630651401043313520
Binary10100011001101101101011100000100010011011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512603; }

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

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

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

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

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

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

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

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