#512E03

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

Shades of Baker's Chocolate #512E03

Tints of Baker's Chocolate #512E03

Color information

#512E03 (or 0x512E03) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 2E and 03. RGB value is (81,46,3). Sum of RGB (Red+Green+Blue) = 81+46+3=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #512E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512E03 is #AED1FC. Grayscale: #333333. Windows color (decimal): -11457021 or 208465. OLE color: 208465.

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

Color convert

RGB81463-
CMYK00.430.960.68
HSL33.08º92.86%16.47%-
HSV(B)33.08º96.3%31.76%-
XYZ4.393.710.57-
YUV51.56100.6149-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 62.31%
GREEN value IS 46 (18.36% from 255) = 35.38%
BLUE value IS 3 (1.56% from 255) = 2.31%
R=62.31%
G=35.38%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8146300.430.960.6833.0892.8616.47
Hex512E302B6044215d10
Octal1215630531401044113520
Binary101000110111011010101111000001000100100001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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