#553413

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

Shades of Baker's Chocolate #553413

Tints of Baker's Chocolate #553413

Color information

#553413 (or 0x553413) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 34 and 13. RGB value is (85,52,19). Sum of RGB (Red+Green+Blue) = 85+52+19=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #553413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553413 is #AACBEC. Grayscale: #3A3A3A. Windows color (decimal): -11193325 or 1258581. OLE color: 1258581.

HSL color Cylindrical-coordinate representation of color #553413: hue angle of 30º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #553413 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB855219-
CMYK00.390.780.67
HSL30º63.46%20.39%-
HSV(B)30º77.65%33.33%-
XYZ5.094.431.2-
YUV58.1105.93147.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 19 (7.81% from 255) = 12.18%
R=54.49%
G=33.33%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85521900.390.780.673063.4620.39
Hex5534130274E431e3f14
Octal1256423047116103367724
Binary1010101110100100110100111100111010000111111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553413; }

 p { color: rgb(85,52,19); }

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

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

 a { background-color: rgb(85,52,19); }

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

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

 span { border-color: rgb(85,52,19); }

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