#552403

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

Shades of Baker's Chocolate #552403

Tints of Baker's Chocolate #552403

Color information

#552403 (or 0x552403) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 24 and 03. RGB value is (85,36,3). Sum of RGB (Red+Green+Blue) = 85+36+3=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #552403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552403 is #AADBFC. Grayscale: #2F2F2F. Windows color (decimal): -11197437 or 205909. OLE color: 205909.

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

Color convert

RGB85363-
CMYK00.580.960.67
HSL24.15º93.18%17.25%-
HSV(B)24.15º96.47%33.33%-
XYZ4.393.20.47-
YUV46.89103.23155.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 68.55%
GREEN value IS 36 (14.45% from 255) = 29.03%
BLUE value IS 3 (1.56% from 255) = 2.42%
R=68.55%
G=29.03%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8536300.580.960.6724.1593.1817.25
Hex5524303A6043185d11
Octal1254430721401033013521
Binary10101011001001101110101100000100001111000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552403; }

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

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

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

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

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

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

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

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