#512000

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

Shades of Baker's Chocolate #512000

Tints of Baker's Chocolate #512000

Color information

#512000 (or 0x512000) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 20 and 00. RGB value is (81,32,0). Sum of RGB (Red+Green+Blue) = 81+32+0=113 (14% of max value = 765). Red value is 81 (32.03% from 255 or 71.68% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 81 - color contains mainly: red. Hex color #512000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512000 is #AEDFFF. Grayscale: #2B2B2B. Windows color (decimal): -11460608 or 8273. OLE color: 8273.

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

Color convert

RGB81320-
CMYK00.6010.68
HSL23.7º100%15.88%-
HSV(B)23.7º100%31.76%-
XYZ3.912.780.33-
YUV43103.73155.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 71.68%
GREEN value IS 32 (12.89% from 255) = 28.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.68%
G=28.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8132000.6010.6823.710015.88
Hex5120003C6444186410
Octal1214000741441043014420
Binary1010001100000001111001100100100010011000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512000; }

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

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

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

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

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

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

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

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