#552100

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

Shades of Baker's Chocolate #552100

Tints of Baker's Chocolate #552100

Color information

#552100 (or 0x552100) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 21 and 00. RGB value is (85,33,0). Sum of RGB (Red+Green+Blue) = 85+33+0=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #552100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552100 is #AADEFF. Grayscale: #2C2C2C. Windows color (decimal): -11198208 or 8533. OLE color: 8533.

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

Color convert

RGB85330-
CMYK00.6110.67
HSL23.29º100%16.67%-
HSV(B)23.29º100%33.33%-
XYZ4.293.020.36-
YUV44.79102.73156.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.03%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.03%
G=27.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8533000.6110.6723.2910016.67
Hex5521003D6443176411
Octal1254100751441032714421
Binary1010101100001001111011100100100001110111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552100; }

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

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

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

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

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

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

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

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