#552103

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

Shades of Baker's Chocolate #552103

Tints of Baker's Chocolate #552103

Color information

#552103 (or 0x552103) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 21 and 03. RGB value is (85,33,3). Sum of RGB (Red+Green+Blue) = 85+33+3=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #552103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552103 is #AADEFC. Grayscale: #2D2D2D. Windows color (decimal): -11198205 or 205141. OLE color: 205141.

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

Color convert

RGB85333-
CMYK00.610.960.67
HSL21.95º93.18%17.25%-
HSV(B)21.95º96.47%33.33%-
XYZ4.313.030.44-
YUV45.13104.23156.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 70.25%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 3 (1.56% from 255) = 2.48%
R=70.25%
G=27.27%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8533300.610.960.6721.9593.1817.25
Hex5521303D6043165d11
Octal1254130751401032613521
Binary10101011000011101111011100000100001110110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552103; }

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

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

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

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

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

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

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

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