#55280D

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

Shades of Baker's Chocolate #55280D

Tints of Baker's Chocolate #55280D

Color information

#55280D (or 0x55280D) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 28 and 0D. RGB value is (85,40,13). Sum of RGB (Red+Green+Blue) = 85+40+13=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #55280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55280D is #AAD7F2. Grayscale: #323232. Windows color (decimal): -11196403 or 862293. OLE color: 862293.

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

Color convert

RGB854013-
CMYK00.530.850.67
HSL22.5º73.47%19.22%-
HSV(B)22.5º84.71%33.33%-
XYZ4.583.480.81-
YUV50.38106.91152.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.59%
GREEN value IS 40 (16.02% from 255) = 28.99%
BLUE value IS 13 (5.47% from 255) = 9.42%
R=61.59%
G=28.99%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85401300.530.850.6722.573.4719.22
Hex5528D0355543164913
Octal12550150651251032611123
Binary1010101101000110101101011010101100001110110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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