#551800

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

Shades of Baker's Chocolate #551800

Tints of Baker's Chocolate #551800

Color information

#551800 (or 0x551800) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 18 and 00. RGB value is (85,24,0). Sum of RGB (Red+Green+Blue) = 85+24+0=109 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.98% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 85 - color contains mainly: red. Hex color #551800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551800 is #AAE7FF. Grayscale: #272727. Windows color (decimal): -11200512 or 6229. OLE color: 6229.

HSL color Cylindrical-coordinate representation of color #551800: hue angle of 16.94º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #551800 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB85240-
CMYK00.7210.67
HSL16.94º100%16.67%-
HSV(B)16.94º100%33.33%-
XYZ4.072.580.28-
YUV39.5105.71160.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 77.98%
GREEN value IS 24 (9.77% from 255) = 22.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.98%
G=22.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8524000.7210.6716.9410016.67
Hex551800486443116411
Octal12530001101441032114421
Binary1010101110000010010001100100100001110001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551800; }

 p { color: rgb(85,24,0); }

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

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

 a { background-color: rgb(85,24,0); }

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

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

 span { border-color: rgb(85,24,0); }

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