#512100

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

Shades of Baker's Chocolate #512100

Tints of Baker's Chocolate #512100

Color information

#512100 (or 0x512100) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 21 and 00. RGB value is (81,33,0). Sum of RGB (Red+Green+Blue) = 81+33+0=114 (15% of max value = 765). Red value is 81 (32.03% from 255 or 71.05% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 81 - color contains mainly: red. Hex color #512100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512100 is #AEDEFF. Grayscale: #2B2B2B. Windows color (decimal): -11460352 or 8529. OLE color: 8529.

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

Color convert

RGB81330-
CMYK00.5910.68
HSL24.44º100%15.88%-
HSV(B)24.44º100%31.76%-
XYZ3.942.840.34-
YUV43.59103.4154.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 71.05%
GREEN value IS 33 (13.28% from 255) = 28.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.05%
G=28.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8133000.5910.6824.4410015.88
Hex5121003B6444186410
Octal1214100731441043014420
Binary1010001100001001110111100100100010011000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512100; }

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

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

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

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

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

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

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

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