#55280B

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

Shades of Baker's Chocolate #55280B

Tints of Baker's Chocolate #55280B

Color information

#55280B (or 0x55280B) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 28 and 0B. RGB value is (85,40,11). Sum of RGB (Red+Green+Blue) = 85+40+11=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #55280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55280B is #AAD7F4. Grayscale: #323232. Windows color (decimal): -11196405 or 731221. OLE color: 731221.

HSL color Cylindrical-coordinate representation of color #55280B: hue angle of 23.51º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55280B is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB854011-
CMYK00.530.870.67
HSL23.51º77.08%18.82%-
HSV(B)23.51º87.06%33.33%-
XYZ4.573.470.75-
YUV50.15105.91152.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.5%
GREEN value IS 40 (16.02% from 255) = 29.41%
BLUE value IS 11 (4.69% from 255) = 8.09%
R=62.5%
G=29.41%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85401100.530.870.6723.5177.0818.82
Hex5528B0355743184d13
Octal12550130651271033011523
Binary1010101101000101101101011010111100001111000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55280B; }

 p { color: rgb(85,40,11); }

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

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

 a { background-color: rgb(85,40,11); }

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

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

 span { border-color: rgb(85,40,11); }

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