#553407

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

Shades of Baker's Chocolate #553407

Tints of Baker's Chocolate #553407

Color information

#553407 (or 0x553407) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 34 and 07. RGB value is (85,52,7). Sum of RGB (Red+Green+Blue) = 85+52+7=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #553407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553407 is #AACBF8. Grayscale: #383838. Windows color (decimal): -11193337 or 472149. OLE color: 472149.

HSL color Cylindrical-coordinate representation of color #553407: hue angle of 34.62º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #553407 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB85527-
CMYK00.390.920.67
HSL34.62º84.78%18.04%-
HSV(B)34.62º91.76%33.33%-
XYZ5.014.40.79-
YUV56.7499.93148.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.03%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 7 (3.12% from 255) = 4.86%
R=59.03%
G=36.11%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8552700.390.920.6734.6284.7818.04
Hex553470275C43235512
Octal1256470471341034312522
Binary1010101110100111010011110111001000011100011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553407; }

 p { color: rgb(85,52,7); }

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

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

 a { background-color: rgb(85,52,7); }

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

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

 span { border-color: rgb(85,52,7); }

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