#511C00

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

Shades of Baker's Chocolate #511C00

Tints of Baker's Chocolate #511C00

Color information

#511C00 (or 0x511C00) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 1C and 00. RGB value is (81,28,0). Sum of RGB (Red+Green+Blue) = 81+28+0=109 (14% of max value = 765). Red value is 81 (32.03% from 255 or 74.31% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 81 - color contains mainly: red. Hex color #511C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511C00 is #AEE3FF. Grayscale: #282828. Windows color (decimal): -11461632 or 7249. OLE color: 7249.

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

Color convert

RGB81280-
CMYK00.6510.68
HSL20.74º100%15.88%-
HSV(B)20.74º100%31.76%-
XYZ3.812.580.3-
YUV40.66105.06156.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 74.31%
GREEN value IS 28 (11.33% from 255) = 25.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.31%
G=25.69%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8128000.6510.6820.7410015.88
Hex511C00416444156410
Octal12134001011441042514420
Binary1010001111000010000011100100100010010101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511C00; }

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

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

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

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

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

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

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

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