#55250B

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

Shades of Baker's Chocolate #55250B

Tints of Baker's Chocolate #55250B

Color information

#55250B (or 0x55250B) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 25 and 0B. RGB value is (85,37,11). Sum of RGB (Red+Green+Blue) = 85+37+11=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #55250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55250B is #AADAF4. Grayscale: #303030. Windows color (decimal): -11197173 or 730453. OLE color: 730453.

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

Color convert

RGB853711-
CMYK00.560.870.67
HSL21.08º77.08%18.82%-
HSV(B)21.08º87.06%33.33%-
XYZ4.473.280.71-
YUV48.39106.9154.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.91%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 11 (4.69% from 255) = 8.27%
R=63.91%
G=27.82%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85371100.560.870.6721.0877.0818.82
Hex5525B0385743154d13
Octal12545130701271032511523
Binary1010101100101101101110001010111100001110101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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