#552104

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

Shades of Baker's Chocolate #552104

Tints of Baker's Chocolate #552104

Color information

#552104 (or 0x552104) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 21 and 04. RGB value is (85,33,4). Sum of RGB (Red+Green+Blue) = 85+33+4=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #552104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552104 is #AADEFB. Grayscale: #2D2D2D. Windows color (decimal): -11198204 or 270677. OLE color: 270677.

HSL color Cylindrical-coordinate representation of color #552104: hue angle of 21.48º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #552104 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB85334-
CMYK00.610.950.67
HSL21.48º91.01%17.45%-
HSV(B)21.48º95.29%33.33%-
XYZ4.313.030.47-
YUV45.24104.73156.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 69.67%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 4 (1.95% from 255) = 3.28%
R=69.67%
G=27.05%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8533400.610.950.6721.4891.0117.45
Hex5521403D5F43155b11
Octal1254140751371032513321
Binary101010110000110001111011011111100001110101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552104; }

 p { color: rgb(85,33,4); }

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

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

 a { background-color: rgb(85,33,4); }

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

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

 span { border-color: rgb(85,33,4); }

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