#551C00

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

Shades of Baker's Chocolate #551C00

Tints of Baker's Chocolate #551C00

Color information

#551C00 (or 0x551C00) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 1C and 00. RGB value is (85,28,0). Sum of RGB (Red+Green+Blue) = 85+28+0=113 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.22% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 85 - color contains mainly: red. Hex color #551C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551C00 is #AAE3FF. Grayscale: #2A2A2A. Windows color (decimal): -11199488 or 7253. OLE color: 7253.

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

Color convert

RGB85280-
CMYK00.6710.67
HSL19.76º100%16.67%-
HSV(B)19.76º100%33.33%-
XYZ4.162.760.31-
YUV41.85104.38158.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 75.22%
GREEN value IS 28 (11.33% from 255) = 24.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.22%
G=24.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8528000.6710.6719.7610016.67
Hex551C00436443146411
Octal12534001031441032414421
Binary1010101111000010000111100100100001110100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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