#55280F

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

Shades of Baker's Chocolate #55280F

Tints of Baker's Chocolate #55280F

Color information

#55280F (or 0x55280F) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 28 and 0F. RGB value is (85,40,15). Sum of RGB (Red+Green+Blue) = 85+40+15=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #55280F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55280F is #AAD7F0. Grayscale: #323232. Windows color (decimal): -11196401 or 993365. OLE color: 993365.

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

Color convert

RGB854015-
CMYK00.530.820.67
HSL21.43º70%19.61%-
HSV(B)21.43º82.35%33.33%-
XYZ4.593.480.88-
YUV50.6107.91152.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.71%
GREEN value IS 40 (16.02% from 255) = 28.57%
BLUE value IS 15 (6.25% from 255) = 10.71%
R=60.71%
G=28.57%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85401500.530.820.6721.437019.61
Hex5528F0355243154614
Octal12550170651221032510624
Binary1010101101000111101101011010010100001110101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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