#553414

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

Shades of Baker's Chocolate #553414

Tints of Baker's Chocolate #553414

Color information

#553414 (or 0x553414) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 34 and 14. RGB value is (85,52,20). Sum of RGB (Red+Green+Blue) = 85+52+20=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #553414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553414 is #AACBEB. Grayscale: #3A3A3A. Windows color (decimal): -11193324 or 1324117. OLE color: 1324117.

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

Color convert

RGB855220-
CMYK00.390.760.67
HSL29.54º61.9%20.59%-
HSV(B)29.54º76.47%33.33%-
XYZ5.14.441.25-
YUV58.22106.43147.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=54.14%
G=33.12%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85522000.390.760.6729.5461.920.59
Hex5534140274C431e3e15
Octal1256424047114103367625
Binary1010101110100101000100111100110010000111111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553414; }

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

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

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

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

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

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

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

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