#553903

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

Shades of Baker's Chocolate #553903

Tints of Baker's Chocolate #553903

Color information

#553903 (or 0x553903) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 39 and 03. RGB value is (85,57,3). Sum of RGB (Red+Green+Blue) = 85+57+3=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #553903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553903 is #AAC6FC. Grayscale: #3B3B3B. Windows color (decimal): -11192061 or 211285. OLE color: 211285.

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

Color convert

RGB85573-
CMYK00.330.960.67
HSL39.51º93.18%17.25%-
HSV(B)39.51º96.47%33.33%-
XYZ5.234.860.75-
YUV59.2296.28146.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.62%
GREEN value IS 57 (22.66% from 255) = 39.31%
BLUE value IS 3 (1.56% from 255) = 2.07%
R=58.62%
G=39.31%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8557300.330.960.6739.5193.1817.25
Hex553930216043285d11
Octal1257130411401035013521
Binary101010111100111010000111000001000011101000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553903; }

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

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

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

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

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

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

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

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