#553105

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

Shades of Baker's Chocolate #553105

Tints of Baker's Chocolate #553105

Color information

#553105 (or 0x553105) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 31 and 05. RGB value is (85,49,5). Sum of RGB (Red+Green+Blue) = 85+49+5=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #553105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553105 is #AACEFA. Grayscale: #363636. Windows color (decimal): -11194107 or 340309. OLE color: 340309.

HSL color Cylindrical-coordinate representation of color #553105: hue angle of 33º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #553105 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB85495-
CMYK00.420.940.67
HSL33º88.89%17.65%-
HSV(B)33º94.12%33.33%-
XYZ4.874.140.69-
YUV54.7599.93149.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.15%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 5 (2.34% from 255) = 3.60%
R=61.15%
G=35.25%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8549500.420.940.673388.8917.65
Hex5531502A5E43215912
Octal1256150521361034113122
Binary1010101110001101010101010111101000011100001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553105; }

 p { color: rgb(85,49,5); }

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

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

 a { background-color: rgb(85,49,5); }

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

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

 span { border-color: rgb(85,49,5); }

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