#553508

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

Shades of Baker's Chocolate #553508

Tints of Baker's Chocolate #553508

Color information

#553508 (or 0x553508) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 35 and 08. RGB value is (85,53,8). Sum of RGB (Red+Green+Blue) = 85+53+8=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #553508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553508 is #AACAF7. Grayscale: #393939. Windows color (decimal): -11193080 or 537941. OLE color: 537941.

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

Color convert

RGB85538-
CMYK00.380.910.67
HSL35.06º82.8%18.24%-
HSV(B)35.06º90.59%33.33%-
XYZ5.064.50.83-
YUV57.44100.1147.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.22%
GREEN value IS 53 (21.09% from 255) = 36.30%
BLUE value IS 8 (3.52% from 255) = 5.48%
R=58.22%
G=36.30%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8553800.380.910.6735.0682.818.24
Hex553580265B43235312
Octal12565100461331034312322
Binary10101011101011000010011010110111000011100011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553508; }

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

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

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

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

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

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

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

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