#512003

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

Shades of Baker's Chocolate #512003

Tints of Baker's Chocolate #512003

Color information

#512003 (or 0x512003) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 20 and 03. RGB value is (81,32,3). Sum of RGB (Red+Green+Blue) = 81+32+3=116 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.83% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 81 - color contains mainly: red. Hex color #512003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512003 is #AEDFFC. Grayscale: #2B2B2B. Windows color (decimal): -11460605 or 204881. OLE color: 204881.

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

Color convert

RGB81323-
CMYK00.600.960.68
HSL22.31º92.86%16.47%-
HSV(B)22.31º96.3%31.76%-
XYZ3.932.790.42-
YUV43.34105.23154.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 69.83%
GREEN value IS 32 (12.89% from 255) = 27.59%
BLUE value IS 3 (1.56% from 255) = 2.59%
R=69.83%
G=27.59%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8132300.600.960.6822.3192.8616.47
Hex5120303C6044165d10
Octal1214030741401042613520
Binary10100011000001101111001100000100010010110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512003; }

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

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

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

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

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

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

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

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