#553205

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

Shades of Baker's Chocolate #553205

Tints of Baker's Chocolate #553205

Color information

#553205 (or 0x553205) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 32 and 05. RGB value is (85,50,5). Sum of RGB (Red+Green+Blue) = 85+50+5=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #553205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553205 is #AACDFA. Grayscale: #373737. Windows color (decimal): -11193851 or 340565. OLE color: 340565.

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

Color convert

RGB85505-
CMYK00.410.940.67
HSL33.75º88.89%17.65%-
HSV(B)33.75º94.12%33.33%-
XYZ4.914.220.7-
YUV55.3499.6149.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.71%
GREEN value IS 50 (19.92% from 255) = 35.71%
BLUE value IS 5 (2.34% from 255) = 3.57%
R=60.71%
G=35.71%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8550500.410.940.6733.7588.8917.65
Hex553250295E43225912
Octal1256250511361034213122
Binary1010101110010101010100110111101000011100010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553205; }

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

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

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

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

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

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

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

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