#551F08

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

Shades of Baker's Chocolate #551F08

Tints of Baker's Chocolate #551F08

Color information

#551F08 (or 0x551F08) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 1F and 08. RGB value is (85,31,8). Sum of RGB (Red+Green+Blue) = 85+31+8=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #551F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551F08 is #AAE0F7. Grayscale: #2C2C2C. Windows color (decimal): -11198712 or 532309. OLE color: 532309.

HSL color Cylindrical-coordinate representation of color #551F08: hue angle of 17.92º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #551F08 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB85318-
CMYK00.640.910.67
HSL17.92º82.8%18.24%-
HSV(B)17.92º90.59%33.33%-
XYZ4.282.930.57-
YUV44.52107.39156.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 68.55%
GREEN value IS 31 (12.5% from 255) = 25%
BLUE value IS 8 (3.52% from 255) = 6.45%
R=68.55%
G=25%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8531800.640.910.6717.9282.818.24
Hex551F80405B43125312
Octal125371001001331032212322
Binary1010101111111000010000001011011100001110010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551F08; }

 p { color: rgb(85,31,8); }

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

<style>
 a { background-color: #551F08; }

 a { background-color: rgb(85,31,8); }

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

<style>
 span { border-color: #551F08; }

 span { border-color: rgb(85,31,8); }

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