#512800

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

Shades of Baker's Chocolate #512800

Tints of Baker's Chocolate #512800

Color information

#512800 (or 0x512800) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 28 and 00. RGB value is (81,40,0). Sum of RGB (Red+Green+Blue) = 81+40+0=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #512800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512800 is #AED7FF. Grayscale: #2F2F2F. Windows color (decimal): -11458560 or 10321. OLE color: 10321.

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

Color convert

RGB81400-
CMYK00.5110.68
HSL29.63º100%15.88%-
HSV(B)29.63º100%31.76%-
XYZ4.153.270.41-
YUV47.7101.08151.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 66.94%
GREEN value IS 40 (16.02% from 255) = 33.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.94%
G=33.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8140000.5110.6829.6310015.88
Hex5128003364441e6410
Octal1215000631441043614420
Binary1010001101000001100111100100100010011110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512800; }

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

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

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

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

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

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

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

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