#552605

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

Shades of Baker's Chocolate #552605

Tints of Baker's Chocolate #552605

Color information

#552605 (or 0x552605) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 26 and 05. RGB value is (85,38,5). Sum of RGB (Red+Green+Blue) = 85+38+5=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #552605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552605 is #AAD9FA. Grayscale: #303030. Windows color (decimal): -11196923 or 337493. OLE color: 337493.

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

Color convert

RGB85385-
CMYK00.550.940.67
HSL24.75º88.89%17.65%-
HSV(B)24.75º94.12%33.33%-
XYZ4.473.330.55-
YUV48.29103.57154.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.41%
GREEN value IS 38 (15.23% from 255) = 29.69%
BLUE value IS 5 (2.34% from 255) = 3.91%
R=66.41%
G=29.69%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8538500.550.940.6724.7588.8917.65
Hex552650375E43195912
Octal1254650671361033113122
Binary101010110011010101101111011110100001111001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552605; }

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

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

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

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

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

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

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

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