#55250F

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

Shades of Baker's Chocolate #55250F

Tints of Baker's Chocolate #55250F

Color information

#55250F (or 0x55250F) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 25 and 0F. RGB value is (85,37,15). Sum of RGB (Red+Green+Blue) = 85+37+15=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #55250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55250F is #AADAF0. Grayscale: #303030. Windows color (decimal): -11197169 or 992597. OLE color: 992597.

HSL color Cylindrical-coordinate representation of color #55250F: hue angle of 18.86º 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 #55250F is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB853715-
CMYK00.560.820.67
HSL18.86º70%19.61%-
HSV(B)18.86º82.35%33.33%-
XYZ4.493.290.85-
YUV48.84108.9153.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.04%
GREEN value IS 37 (14.84% from 255) = 27.01%
BLUE value IS 15 (6.25% from 255) = 10.95%
R=62.04%
G=27.01%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85371500.560.820.6718.867019.61
Hex5525F0385243134614
Octal12545170701221032310624
Binary1010101100101111101110001010010100001110011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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