#553307

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

Shades of Baker's Chocolate #553307

Tints of Baker's Chocolate #553307

Color information

#553307 (or 0x553307) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 33 and 07. RGB value is (85,51,7). Sum of RGB (Red+Green+Blue) = 85+51+7=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #553307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553307 is #AACCF8. Grayscale: #383838. Windows color (decimal): -11193593 or 471893. OLE color: 471893.

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

Color convert

RGB85517-
CMYK00.400.920.67
HSL33.85º84.78%18.04%-
HSV(B)33.85º91.76%33.33%-
XYZ4.974.310.77-
YUV56.15100.26148.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.44%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 7 (3.12% from 255) = 4.90%
R=59.44%
G=35.66%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8551700.400.920.6733.8584.7818.04
Hex553370285C43225512
Octal1256370501341034212522
Binary1010101110011111010100010111001000011100010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553307; }

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

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

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

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

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

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

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

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