#551E08

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

Shades of Baker's Chocolate #551E08

Tints of Baker's Chocolate #551E08

Color information

#551E08 (or 0x551E08) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 1E and 08. RGB value is (85,30,8). Sum of RGB (Red+Green+Blue) = 85+30+8=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #551E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551E08 is #AAE1F7. Grayscale: #2C2C2C. Windows color (decimal): -11198968 or 532053. OLE color: 532053.

HSL color Cylindrical-coordinate representation of color #551E08: hue angle of 17.14º 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 #551E08 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB85308-
CMYK00.650.910.67
HSL17.14º82.8%18.24%-
HSV(B)17.14º90.59%33.33%-
XYZ4.252.880.56-
YUV43.94107.72157.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 69.11%
GREEN value IS 30 (12.11% from 255) = 24.39%
BLUE value IS 8 (3.52% from 255) = 6.50%
R=69.11%
G=24.39%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8530800.650.910.6717.1482.818.24
Hex551E80415B43115312
Octal125361001011331032112322
Binary1010101111101000010000011011011100001110001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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