#552610

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

Shades of Baker's Chocolate #552610

Tints of Baker's Chocolate #552610

Color information

#552610 (or 0x552610) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 26 and 10. RGB value is (85,38,16). Sum of RGB (Red+Green+Blue) = 85+38+16=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #552610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552610 is #AAD9EF. Grayscale: #313131. Windows color (decimal): -11196912 or 1058389. OLE color: 1058389.

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

Color convert

RGB853816-
CMYK00.550.810.67
HSL19.13º68.32%19.8%-
HSV(B)19.13º81.18%33.33%-
XYZ4.533.350.9-
YUV49.54109.07153.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.15%
GREEN value IS 38 (15.23% from 255) = 27.34%
BLUE value IS 16 (6.64% from 255) = 11.51%
R=61.15%
G=27.34%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85381600.550.810.6719.1368.3219.8
Hex5526100375143134414
Octal12546200671211032310424
Binary10101011001101000001101111010001100001110011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552610; }

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

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

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

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

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

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

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

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