#512803

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

Shades of Baker's Chocolate #512803

Tints of Baker's Chocolate #512803

Color information

#512803 (or 0x512803) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 28 and 03. RGB value is (81,40,3). Sum of RGB (Red+Green+Blue) = 81+40+3=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #512803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512803 is #AED7FC. Grayscale: #303030. Windows color (decimal): -11458557 or 206929. OLE color: 206929.

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

Color convert

RGB81403-
CMYK00.510.960.68
HSL28.46º92.86%16.47%-
HSV(B)28.46º96.3%31.76%-
XYZ4.173.270.5-
YUV48.04102.58151.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.32%
GREEN value IS 40 (16.02% from 255) = 32.26%
BLUE value IS 3 (1.56% from 255) = 2.42%
R=65.32%
G=32.26%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8140300.510.960.6828.4692.8616.47
Hex5128303360441c5d10
Octal1215030631401043413520
Binary10100011010001101100111100000100010011100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512803; }

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

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

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

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

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

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

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

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