#512D03

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

Shades of Baker's Chocolate #512D03

Tints of Baker's Chocolate #512D03

Color information

#512D03 (or 0x512D03) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 2D and 03. RGB value is (81,45,3). Sum of RGB (Red+Green+Blue) = 81+45+3=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #512D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512D03 is #AED2FC. Grayscale: #333333. Windows color (decimal): -11457277 or 208209. OLE color: 208209.

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

Color convert

RGB81453-
CMYK00.440.960.68
HSL32.31º92.86%16.47%-
HSV(B)32.31º96.3%31.76%-
XYZ4.353.630.56-
YUV50.98100.93149.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 62.79%
GREEN value IS 45 (17.97% from 255) = 34.88%
BLUE value IS 3 (1.56% from 255) = 2.33%
R=62.79%
G=34.88%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8145300.440.960.6832.3192.8616.47
Hex512D302C6044205d10
Octal1215530541401044013520
Binary101000110110111010110011000001000100100000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512D03; }

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

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

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

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

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

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

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

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